Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9-repo-jigsaw
-
Component/s: tools
-
Labels:None
Description
jdeps generates the `provides` statement in module-info.java that should be a type name. It does not properly handle nested service or impl types:
provides a.I$Service with p.Nested$Impl;
provides a.I$Service with p.Nested$Impl;