-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205832 | 11.0.1 | Jim Laskey | P3 | Resolved | Fixed | team |
In j.u.f.Predicate spec
https://docs.oracle.com/javase/10/docs/api/java/util/function/Predicate.html
it is common to explicitly mention NPE throwing.
Predicate::not deserves to have it specified as well
https://docs.oracle.com/javase/10/docs/api/java/util/function/Predicate.html
it is common to explicitly mention NPE throwing.
Predicate::not deserves to have it specified as well
- backported by
-
JDK-8205832 Predicate::not should explicitly mention "NullPointerException - if target is null"
-
- Resolved
-
- csr for
-
JDK-8204959 Predicate::not should explicitly mention "NullPointerException - if target is null"
-
- Closed
-
- relates to
-
JDK-8203428 Predicate::not
-
- Closed
-