DefaultTreeNode.TreeNodeChildrenList is not compatible with JavaSE 8

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Later
    • 7.0.4
    • Affects Version/s: None
    • Component/s: None
    • None
    • None

      DefaultTreeNode.TreeNodeChildrenList is not compatible with JavaSE 8.

      JavaSE 8 introduces new method: default void sort(Comparator<? super E> c)

      {...}

      to java.util.List interface.

      Since TreeNodeChildrenList overrides it, it clashes with JavaSE 8.

            Assignee:
            Unassigned
            Reporter:
            mariokr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: