JDK-8186217 : Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 9,10
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-08-14
  • Updated: 2017-12-16
  • Resolved: 2017-08-25
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 10
10 b22Fixed
Related Reports
Relates :  
Description
When working on JDK-8029891, solutions were sought to avoid cluttering up the Properties JavaDoc with new overridden methods.  The @hidden tag was considered, then later rejected, per [1].  Unfortunately, the @hidden tag on java.util.Properties.replace(Object, Object, Object) was not removed from the changes ([2], line 1331), and ended up in the source.

This unintentional @hidden tag should be removed.

1. http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-May/041204.html
2. http://cr.openjdk.java.net/~bchristi/8029891/webrev.6/webrev/src/java.base/share/classes/java/util/Properties.java.sdiff.html