JDK-8061324 : CCC 8054360 doesn't fully approve JDK9b30 change (JTable constructor)
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2014-10-17
  • Updated: 2015-01-13
  • Resolved: 2015-01-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
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.
Comments
Amended ccc request to cover the omitted changes; thanks for the careful checking.
13-01-2015