JDK-8239487 : Better links generation for system properties found in HTML files
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-02-19
  • Updated: 2020-05-27
  • Resolved: 2020-03-11
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 15
15 b14Fixed
Description
Provide better links generation when system properties are mentioned from HTML files. Devise a mechanism for extracting a descriptive text for links to such files. For example, networking properties are historically defined in the "net-properties.html" file. The link could be "Networking Properties" instead of "net-properties.html". Think about a case where different HTML files have the same title. Trivially, files like package.html, overview.html, etc. require special care.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/3a3ce5f3e2f7 User: prappo Date: 2020-03-11 17:09:32 +0000
11-03-2020