If I construct a CharArrayReader(chararray, 5, 5) where the chararray is 7-characters, no exception is thrown. I would expect a IndexOutOfBoundsException.
- relates to
-
JDK-5102710 (spec) Missing </tt> in CharArrayReader constructor
- Resolved
-
JDK-5109990 Typo in javadoc for constructor CharArrayReader(char[] buf, int offset, int leng
- Resolved