-
Enhancement
-
Resolution: Won't Fix
-
P4
-
13
-
None
During the analysis of JDK-8186648, it was noted that the various classes implementing the TreeNode interface should have their children methods return Enumeration<? extends TreeNode> rather than Enumeration<TreeNode> (JDK-8054360).
- relates to
-
JDK-8043550 Fix raw and unchecked lint warnings in javax.swing.*
- Resolved
-
JDK-8054360 Refine generification of javax.swing
- Resolved
-
JDK-8186648 Addition of generics to some Swing classes breaks existing code
- Closed