Incorrect javadoc in MatchKind

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: None
    • Component/s: core-libs
    • None

        In ./java.base/share/classes/java/util/stream/MatchOps.java

        enum MatchKind {
                /** Do all elements match the predicate? */
                ANY(true, true),

                /** Do any elements match the predicate? */
                ALL(false, false),
                ...
        }

        javadoc is flipped for ANY and ALL.

              Assignee:
              Arthur Eubanks
              Reporter:
              Arthur Eubanks
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: