JDK-6338077 : link back to self in javadoc JTextArea.replaceRange()
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2005-10-18
  • Updated: 2015-09-29
  • Resolved: 2015-01-13
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 8 JDK 9
8u60Fixed 9 b52Fixed
Description
A DESCRIPTION OF THE PROBLEM :
In the description there is a link back to the same function under the see also header.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The link was not expected here
ACTUAL -
See Also:
    insert(java.lang.String, int), replaceRange(java.lang.String, int, int)

URL OF FAULTY DOCUMENTATION :
/docs/api/javax/swing/JTextArea.html#replaceRange(java.lang.String,%20int,%20int)