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

ObservableListBase#nextReplace accepts ArrayList instead of a List

    XMLWordPrintable

Details

    Description

          protected final void nextReplace(int from, int to, ArrayList<? extends E> removed)

      should be

          protected final void nextReplace(int from, int to, List<? extends E> removed) {

      Issue found by Richard Bair.

      Attachments

        Activity

          People

            msladecek Martin Sládeček
            msladecek Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: