It would be good to close a tag <tt> in the javadoc description
for public CharArrayReader(char[] buf, int offset, int length) constructor:
<tt>buf.length-offset<tt> --> <tt>buf.length-offset</tt>
^^^^
###@###.### 2004-10-01
for public CharArrayReader(char[] buf, int offset, int length) constructor:
<tt>buf.length-offset<tt> --> <tt>buf.length-offset</tt>
^^^^
###@###.### 2004-10-01
- relates to
-
JDK-4164649 java.io.CharArrayReader(array[], off, len) no exception if off+len is outofbound
- Resolved