ObservableList.sorted() does nothing

XMLWordPrintable

      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.

            Assignee:
            Vadim Pakhnushev
            Reporter:
            Radoslaw Stachowiak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: