-
Bug
-
Resolution: Fixed
-
P4
-
8
-
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)
This is very bad for TableViews, which contain columns with not distinct values (clicking on table header to change sort order throws exception)
- relates to
-
JDK-8287507 IOOBE on FilteredList based on SortedList with duplicate entries
-
- Open
-