JDK-8220257 : fix headings in java.instrument
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.instrument
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-03-07
  • Updated: 2019-03-19
  • Resolved: 2019-03-12
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 b12Fixed
Related Reports
Relates :  
Description
The following issues are reported regarding headings in documentation comments.
For a general background information, see this message to jdk-dev@ojn.
   https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002671.html



open/src/java.instrument/share/classes/java/lang/instrument/package-info.java:55: Note: missing heading <h2>
 * <h3>Starting an Agent from the Command-Line Interface</h3>
   ^


Comments
There are several h3 headings in this file. Only the the first is reported by doclint. grep -nH -e h3 package-info.java package-info.java:55: * <h3>Starting an Agent from the Command-Line Interface</h3> package-info.java:116: * <h3>Starting an Agent After VM Startup</h3> package-info.java:167: * <h3>Including an Agent in an Executable JAR file</h3> package-info.java:197: * <h3> Loading agent classes and the modules/classes available to the agent package-info.java:198: * class </h3> package-info.java:245: * <h3>Manifest Attributes</h3> package-info.java:314: * <h3>Instrumenting code in modules</h3>
12-03-2019