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