-
Bug
-
Resolution: Fixed
-
P4
-
8u20, 8u25
Javadoc for ObservableList.sorted() claims that the returned SortedList will have natural order. However the SortedList created with null Comparator returns an unsorted SortedList.
The sorted() method must be changed to create SortedList with Comparator.naturalOrder() instead of null.
The sorted() method must be changed to create SortedList with Comparator.naturalOrder() instead of null.
- relates to
-
JDK-8097385 SortedList has wrong javadoc documentation
-
- Resolved
-
-
JDK-8103504 Unsorted mode in the SortedList
-
- Resolved
-