RFR 8169808 Stream returning methods should specify if they are late binding (original) (raw)

Martin Buchholz martinrb at google.com
Wed Nov 23 00:24:05 UTC 2016


On Mon, Nov 21, 2016 at 1:06 PM, Paul Sandoz <paul.sandoz at oracle.com> wrote:

See the SpliteratorLateBindingFailFastTest. That could be refactored out as it’s conflating two concepts and is too collection/map focused.

Here's my own attempt, for the pending jsr166 integration:

--- src/test/tck/Collection8Test.java 22 Nov 2016 01:08:14 -0000 1.29 +++ src/test/tck/Collection8Test.java 23 Nov 2016 00:20:43 -0000 @@ -606,6 +606,39 @@ assertNull(future.get(0L, MILLISECONDS)); }

AssertionError(); }));

AssertionError(); }));



More information about the core-libs-dev mailing list