JDK-6255121 : Doc: Comments in some files include duplicate "the"s. (i.e. "the the ")
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 6
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-04-14
  • Updated: 2010-07-29
  • Resolved: 2005-06-20
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 6
6 b42Fixed
Description
===============================================================================
% grep -i "the the " *.java
AttributedString.java:     * Sets the attributes for the range from offset to the the next run break
CollationElementIterator.java:        // the the Normalizer's CharacterIterator.
NumberFormat.java:     * True if the the grouping (i.e. thousands) separator is used when
===============================================================================
Unnecessary "the " should be deleted.

###@###.### 2005-04-14 05:23:49 GMT

Comments
EVALUATION Will be fixed in Mustang. ###@###.### 2005-04-14 05:23:49 GMT
14-04-2005