-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
-
b30
-
generic
-
generic
JDK9b30 introduced following change:
constructor JTable(Vector<Vector<Object>>, Vector<Object>)
was changed to:
constructor JTable(Vector<? extends Vector>, Vector<?>)
However corresponding CCC 8054360 exists it doesn't approve this change.
This is a change to public API and for this reason it should be CCC approved.
constructor JTable(Vector<Vector<Object>>, Vector<Object>)
was changed to:
constructor JTable(Vector<? extends Vector>, Vector<?>)
However corresponding CCC 8054360 exists it doesn't approve this change.
This is a change to public API and for this reason it should be CCC approved.
- duplicates
-
JDK-8054360 Refine generification of javax.swing
-
- Resolved
-
- relates to
-
JDK-8054360 Refine generification of javax.swing
-
- Resolved
-