JDK-8202626 : javadoc generates broken links to
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-05-04
  • Updated: 2019-01-28
  • Resolved: 2019-01-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b04Fixed
Related Reports
Relates :  
Description
See test jdk/javadoc/doclet/testUseOption/TestUseOption.java

When run with JavadocTester.checkLinks, it generates broken links relating to the use of <Unnamed>

out-2/package-use.html:114: id not found: out-2/package-use.html#<Unnamed>
out-2-html4/package-use.html:109: id not found: out-2-html4/package-use.html#-Unnamed-


Also, see test test/langtools/jdk/javadoc/doclet/testPackageDeprecation/TestPackageDeprecation.java
for similar failures

out-nodepr/package-use.html:113: id not found: out-nodepr/package-use.html#<Unnamed>
out-default/package-use.html:114: id not found: out-default/package-use.html#<Unnamed>


Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/07c09e65ca0f User: pmuthuswamy Date: 2019-01-16 05:45:55 +0000
16-01-2019

We should fix up handling of the unnamed package, and remove this line from TestUseOption.java tester.setAutomaticCheckLinks(false); // @ignore JDK-8202626
09-01-2019