-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 12
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b09
In module-info.java, for example,
exports p to m1;
exports p to m2;
there can only be one single exports for each package `p`. Similiar checks should be done in module-info.java.extra.
exports p to m1;
exports p to m2;
there can only be one single exports for each package `p`. Similiar checks should be done in module-info.java.extra.
- is blocked by
-
JDK-8208463 jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface
-
- Resolved
-
- relates to
-
JDK-8202941 GenModuleInfoSource build tool does not detect missing semicolons
-
- Resolved
-