In StremSpliterator:366, I assume the NULL check should be before if. There are a couple
if { } else if and try { } catch Isn't the style recommended to be on the same line? Cheers, Henry On Aug 1, 2013, at 8:32 AM, Paul Sandoz <paul.san...@oracle.com> wrote: > Hi, > > This patch fixes numerous spliterators that do not throw NPEs for null > consumers: > > http://cr.openjdk.java.net/~psandoz/tl/JDK-8020016-spltr-traverse-npe/webrev/ > > Paul.