-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: tools
-
None
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;