-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.0
-
sparc
-
solaris_2.5
The setLength(), charAt(). and getChars() methods all throw a
StringIndexOutOfBoundsException when its index paramert is
out of range. The other methods in StringBuffer that accept an
index as an argument throw ArrayIndexOutOfBoundsException
when the index is out of range.
All the methods that detect an index that is out of range should throw the
same exception: StringIndexOutOfBoundsException...
StringIndexOutOfBoundsException when its index paramert is
out of range. The other methods in StringBuffer that accept an
index as an argument throw ArrayIndexOutOfBoundsException
when the index is out of range.
All the methods that detect an index that is out of range should throw the
same exception: StringIndexOutOfBoundsException...