FULL PRODUCT VERSION :
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
A DESCRIPTION OF THE PROBLEM :
The following methods in java.io.PushbackInputStream should specify the behavior of passing null as parameters:
unread(byte[] b)
@throws NullPointerException if b is null
unread(byte[] b, int off, int len)
@throws NullPointerException if b is null
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
A DESCRIPTION OF THE PROBLEM :
The following methods in java.io.PushbackInputStream should specify the behavior of passing null as parameters:
unread(byte[] b)
@throws NullPointerException if b is null
unread(byte[] b, int off, int len)
@throws NullPointerException if b is null
REPRODUCIBILITY :
This bug can be reproduced always.
- csr for
-
JDK-8227753 javadoc of PushbackInputStream methods should specify NullPointerExceptions
-
- Closed
-
- relates to
-
JDK-8073214 javadoc of Properties methods should specify NullPointerExceptions
-
- Closed
-
- links to