JDK-8214561 : Use {@systemProperty} for definition of "java.util.prefs.PreferencesFactory" system property
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-30
  • Updated: 2024-12-09
  • Resolved: 2020-10-30
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 16
16 b23Fixed
Related Reports
Relates :  
Description
The class java.util.prefs.Preferences contains a definition of the system property jva.util.prefs.PreferencesFactory. 

This is a good candidate to use the recently new javadoc tag {@systemProperty <name>}, which will cause the property name to appear in the main javadoc search index. 
Comments
Changeset: 0f486033 Author: Brent Christian <bchristi@openjdk.org> Date: 2020-10-30 20:35:33 +0000 URL: https://github.com/openjdk/jdk/commit/0f486033
30-10-2020