-
Bug
-
Resolution: Fixed
-
P3
-
9
-
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;