-
Bug
-
Resolution: Fixed
-
P2
-
8
-
generic
-
generic
-
Verified
The API changes made in JDK8-b19 by CR 7116950 do not have a corresponding CCC request. JCK Team assumes that such changes should be CCC approved.
The changes in question are shown below (the sigtest output):
--- cut ---
Missing Methods
---------------
javax.swing.tree.DefaultTreeSelectionModel: method protected void javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(java.util.Vector,javax.swing.tree.TreePath)
anno 0 java.lang.Deprecated()
Added Methods
-------------
javax.swing.tree.DefaultTreeSelectionModel: method protected void javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(java.util.Vector<?>,javax.swing.tree.TreePath)
anno 0 java.lang.Deprecated()
--- cut ---
The changes in question are shown below (the sigtest output):
--- cut ---
Missing Methods
---------------
javax.swing.tree.DefaultTreeSelectionModel: method protected void javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(java.util.Vector,javax.swing.tree.TreePath)
anno 0 java.lang.Deprecated()
Added Methods
-------------
javax.swing.tree.DefaultTreeSelectionModel: method protected void javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(java.util.Vector<?>,javax.swing.tree.TreePath)
anno 0 java.lang.Deprecated()
--- cut ---
- relates to
-
JDK-7116950 Reduce number of warnings in swing
-
- Resolved
-