-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b82
-
b93
-
Verified
Specification for classes Predicate, BiPredicate, DoublePredicate, IntPredicate and LongPredicate says nothing about NPEs thrown by the RI for null args passed.
http://download.java.net/jdk8/docs/api/java/util/function/Predicate.html
http://download.java.net/jdk8/docs/api/java/util/function/LongPredicate.html
http://download.java.net/jdk8/docs/api/java/util/function/IntPredicate.html
http://download.java.net/jdk8/docs/api/java/util/function/DoublePredicate.html
http://download.java.net/jdk8/docs/api/java/util/function/BiPredicate.html
NPEs need to be specified.
http://download.java.net/jdk8/docs/api/java/util/function/Predicate.html
http://download.java.net/jdk8/docs/api/java/util/function/LongPredicate.html
http://download.java.net/jdk8/docs/api/java/util/function/IntPredicate.html
http://download.java.net/jdk8/docs/api/java/util/function/DoublePredicate.html
http://download.java.net/jdk8/docs/api/java/util/function/BiPredicate.html
NPEs need to be specified.
- relates to
-
JDK-8004015 Additional Functional Interface instance and static methods
-
- Closed
-