Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175752 | 10 | Sean Coffey | P5 | Resolved | Fixed | b02 |
A DESCRIPTION OF THE PROBLEM :
The documentation of java.io.FilterInputStream.read(byte[]) should start with "Reads up to b.length bytes of data" instead of "Reads up to byte.length bytes of data" because the name of the specified argument is b and not byte.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/io/FilterInputStream.html#read-byte:A-
The documentation of java.io.FilterInputStream.read(byte[]) should start with "Reads up to b.length bytes of data" instead of "Reads up to byte.length bytes of data" because the name of the specified argument is b and not byte.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/io/FilterInputStream.html#read-byte:A-
- backported by
-
JDK-8175752 Incorrect argument name in java.io.FilterInputStream.read(byte[]) method documentation
-
- Resolved
-