JDK-8214467 : Maintain heading order in javadoc pages
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-11-29
  • Updated: 2019-06-10
  • Resolved: 2019-06-10
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
13Resolved
Related Reports
Duplicate :  
Relates :  
Description
Heading order invalid 
docs/api/*/module-summary.html 
<h3>Packages</h3> 
<h3>Services</h3> 

api/java.base/java/lang/invoke/VarHandle.html 
javadoc renders <h2> header <h2 title="Class VarHandle" class="title">Class VarHandle</h2> 
there is no <h1> header. 
api/java.base/java/lang/invoke/package-summary.html is rendered correctly <h1 title="Package" class="title">Package&nbsp;java.lang.invoke</h1> 

Once <h2> is fixed there are will be another issues for "Method Summary", "Field Summary", "Nested Class Summary", etc which are rendered as <h3>.