-
Bug
-
Resolution: Duplicate
-
P2
-
9
-
b24
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/99f5ba331526
which introduced following changes to public API:
javax.swing.tree.TreeNode:
method: Enumeration children()
is changed to: Enumeration<TreeNode> children()
javax.swing.text.AbstractDocument$AbstractElement:
method: Enumeration<?> children()
is changed to: Enumeration<TreeNode> children()
javax.swing.text.AbstractDocument$BranchElement:
method: Enumeration<AbstractElement> children()
is changed to: Enumeration<TreeNode> children()
javax.swing.text.AbstractDocument$LeafElement:
method: Enumeration<?> children()
is changed to: Enumeration<TreeNode> children()
These are not approved by CCC (CCC 8043550 doesn't mention them).
So CCC approving these changes should be created and approved.
- duplicates
-
JDK-8043550 Fix raw and unchecked lint warnings in javax.swing.*
- Resolved
- relates to
-
JDK-8054360 Refine generification of javax.swing
- Resolved
-
JDK-8043550 Fix raw and unchecked lint warnings in javax.swing.*
- Resolved