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