-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
None
-
beta
-
generic
-
generic
If the write(byte[], int, int) method of java.io.ObjectOutputStream is invoked
with a negative length, it throws a NullPointerException rather than the more
usual (at least in java.io) IndexOutOfBoundsException. This was causing the
regression test java/io/OutputStream/WriteParams to fail, so I've disabled that
section of the test. Once this bug is fixed, that section of the test should
be re-enabled. -- mr@eng 1999/2/1
with a negative length, it throws a NullPointerException rather than the more
usual (at least in java.io) IndexOutOfBoundsException. This was causing the
regression test java/io/OutputStream/WriteParams to fail, so I've disabled that
section of the test. Once this bug is fixed, that section of the test should
be re-enabled. -- mr@eng 1999/2/1
- relates to
-
JDK-4177435 (test) java/io/OutputStream/WriteParams failing (WinNT, JDK1.2FCS-L)
-
- Closed
-