-
Bug
-
Resolution: Duplicate
-
P5
-
None
-
7, 8
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
There is a typo in the JavaDoc description of Arrays.sort with Comparator: http://docs.oracle.com/javase/7/docs/api/java/util/Arrays.html#sort(T[],%20java.util.Comparator)
Duplicate "the" in 4th Paragraph:
The implementation takes equal advantage of ascending and descending order in its input array, and can take advantage of ascending and descending order in different parts of --> the the <-- same input array
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Follow the link provided in the description.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No duplicate "the"
ACTUAL -
Duplicate "the".
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
There is a typo in the JavaDoc description of Arrays.sort with Comparator: http://docs.oracle.com/javase/7/docs/api/java/util/Arrays.html#sort(T[],%20java.util.Comparator)
Duplicate "the" in 4th Paragraph:
The implementation takes equal advantage of ascending and descending order in its input array, and can take advantage of ascending and descending order in different parts of --> the the <-- same input array
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Follow the link provided in the description.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No duplicate "the"
ACTUAL -
Duplicate "the".
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-8067377 My hobby: caning, then then canning, the the can-can
-
- Resolved
-