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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 15
    • 15
    • core-libs
    • None
    • b14

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: