Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2276

DefaultTreeNode.TreeNodeChildrenList is not compatible with JavaSE 8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Later Later
    • 7.0.4
    • 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.

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

              Created:
              Updated:
              Resolved: