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

Investigate difference in "Methods declared in interface java.util.List"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 16, 17, 18, 19
    • tools
    • None

      Compare the "Methods declared in interface java.util.List" sections on these two pages:

      1. https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/util/ArrayList.html
      2. https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/ArrayList.html

      The former section lists 5 methods (containsAll, equals, hashCode, replaceAll, sort), while the latter lists only 3 methods (containsAll, replaceAll, sort).

      This looks surprising as it cannot seemingly be explained by changes in ArrayList's hierarchy and thus should be investigated. Perhaps there are other differences on that page that are not caused by changes in ArrayList's hierarchy.


            nbenalla Nizar Benalla
            prappo Pavel Rappo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: