Double d = false ? 1.0 : new HashMap <String, Double>() .get("1"); yields null in #Java8, but NullPointerException in #Java10. Why? stackoverflow.com/q/50769880/252…
2
22
50
0
3
@nipafx @RichardWarburto Implementation brought into compliance with the spec.