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

AIOOBE on SortedList based on FilteredList with duplicate entries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • JDK8 b102

      Creating a SortedList based on a FilteredList throws AIOOBE when filtered collection contains duplicate entries (duplicate mean compareTo == 0 as seen by current comparator).

      This is very bad for TableViews, which contain columns with not distinct values (clicking on table header to change sort order throws exception)

            msladecek Martin Sládeček
            sreimersjfx Sven Reimers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: