JDK-8062901 : Iterators is spelled incorrectly in the Javadoc for Spliterator
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 8u25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2014-11-04
  • Updated: 2016-04-27
  • Resolved: 2015-01-21
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
8u101Fixed 9 b48Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Description
A DESCRIPTION OF THE PROBLEM :
Iterators is spelled "Iteratorss" in the documentation.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Iterators
ACTUAL -
Iteratorss

URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.html


Comments
The issue is around line #127 in the JDK 9 code base: * @apiNote * <p>Spliterators, like {@code Iterators}s, are for traversing the elements of * a source.
13-11-2014