-
Bug
-
Resolution: Fixed
-
P4
-
8u31
-
b56
-
x86
-
windows_8
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084031 | emb-9 | Brian Burkhalter | P4 | Resolved | Fixed | team |
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.util.Properties should specify the behavior of passing null as parameters:
load(Reader reader)
@throws NullPointerException if reader is null
load(InputStream inStream)
@throws NullPointerException if inStream 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.util.Properties should specify the behavior of passing null as parameters:
load(Reader reader)
@throws NullPointerException if reader is null
load(InputStream inStream)
@throws NullPointerException if inStream is null
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8084031 javadoc of Properties methods should specify NullPointerExceptions
-
- Resolved
-
- relates to
-
JDK-8075362 j.u.Properties.load() methods have misaligned @throws clauses
-
- Closed
-
-
JDK-8073213 javadoc of PushbackInputStream methods should specify NullPointerExceptions
-
- Resolved
-