Name: diC59631 Date: 04/06/98
About getChars() method, according to JLS 20.13.11,
if srcBegin > srcEnd, an IndexOutOfBoundsException is thrown and
the destination is not modified.
However, java VM(JDK1.1.5) on WinNT does not throw the exception.
Is this JDK bug ?
Please clarify the relation between JLS and JDK.
(Review ID: 27879)
======================================================================
- duplicates
-
JDK-4096341 java.lang.StringBuffer.getChars() does not work according with the spec
- Closed