The FloatBuffer's wrap(float[],int,int) is supposed to throw IndexOutofBoundsException for
1)offset > array.length
2)length >array.length - offset
3)offset and length are negative
However It throws IllegalArgumentException
1)offset > array.length
2)length >array.length - offset
3)offset and length are negative
However It throws IllegalArgumentException
- duplicates
-
JDK-4471053 (bf) ByteBuffer.wrap(byte[],int,int) raises wrong exception
-
- Closed
-
- relates to
-
JDK-4412595 (bf) CharBuffer: Expected IndexOutOfBoundsException not thrown
-
- Closed
-
-
JDK-4431710 (bf) IntBuffer: IllegalArgumentException thrown instead of IndexOutOfBoundsExcep
-
- Closed
-