JDK-8196200 : Implement a navigation builder in javadoc
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-01-25
  • Updated: 2018-04-16
  • Resolved: 2018-04-09
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 11
11 b09Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
The navigation bar code generation needs to be cleaned up. A navigation builder should be implemented which will created the navigation bar for the generated pages.
Comments
As a part of this fix, also fix JDK-8199281 In some case javadoc generate broken link in nav bar. click on "METHODS" in Summary section of nav bar on following pages api/jdk.dynalink/jdk/dynalink/support/SimpleRelinkableCallSite.html api/java.naming/javax/naming/ldap/InitialLdapContext.html <a href="#methods.inherited.from.class.javax.naming.directory.InitialDirContext">Method</a>
22-03-2018