The method
Elements.getPackageElement(ModuleElement,CharSequence)
returns null for a name that is the empty string, despite the spec saying that it should return the unnamed package for the module.
Internally, this is because the internal symbol is not marked as existing.
Elements.getPackageElement(ModuleElement,CharSequence)
returns null for a name that is the empty string, despite the spec saying that it should return the unnamed package for the module.
Internally, this is because the internal symbol is not marked as existing.
- blocks
-
JDK-8234051 doclet crashes if HTML files in module doc-files directories
-
- Closed
-
-
JDK-8233874 javadoc crashes when handling an HTML file in a module doc-files subdirectory
-
- Closed
-
- relates to
-
JDK-8234183 [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile
-
- Resolved
-