Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8229983

flatMap still prevents short circuiting when using .iterator()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 11
    • core-libs
    • None

      flatMap was fixed in (8075939) so that it doesn't prevent short circuiting.
      If you replace the test cases in the ticket with versions that use
      .iterator().next() instead of .findFirst().get() then the problem
      still happens.

      Email thread:
      http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-August/061868.html

            vklang Viktor Klang
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: