Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java

XMLWordPrintable

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

      List<Boolean> list = new ArrayList<Boolean>(); should be replaced with List<Boolean> list = new ArrayList<>(); in test/jdk/java/lang/Boolean/MakeBooleanComparable.java

            Assignee:
            Christoph Langer
            Reporter:
            Christoph Langer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: