JDK-8058342 : CCC is required for javax.swing.plaf.basic.BasicListUI.paintCell change
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-09-12
  • Updated: 2014-09-12
  • Resolved: 2014-09-12
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
Relates :  
Description
JDK-8043548 caused following changeset:

http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d6c9121f7234

which introduced following change:

javax.swing.plaf.basic.BasicListUI:

method:
paintCell(Graphics,int,Rectangle,ListCellRenderer,ListModel,ListSelectionModel,int)

is changed to:
paintCell(Graphics,int,Rectangle,ListCellRenderer<java.lang.Object>,ListModel<Object>,ListSelectionModel,int)

CCC 8043548 doesn't mention this method. This is a change of public API, for this reason CCC request should be created and approved for this change.