JDK-8215038 : Add a page that lists all system properties
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-12-08
  • Updated: 2020-05-27
  • Resolved: 2019-12-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 14 JDK 15
14 b27Fixed 15Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
It would be good to create a new page that lists all system properties.

At a minimum it should just be a list of names linked to their definitions.

Depending on any enhancements to the {@systemProperty} tag, the list may evolve into a table, perhaps with tabs for different subsets of properties.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c413a549dd57 User: prappo Date: 2019-12-12 13:07:53 +0000
12-12-2019

Given the JDK-8215040 proposal, I wonder what that "System Properties" page might look like. A single system property may be referred from many contexts. Each of those contexts might supply their own set of values in attributes. How is it going to be dealt with on that page? Do we need any rules to detect conflicts and then, possibly, resolve them?
17-10-2019