JDK-8057766 : No CCC for JComboBox.processKeyBinding
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2014-09-08
  • Updated: 2014-09-12
  • Resolved: 2014-09-09
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
Following JDK 9 changeset:

http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/2153a7725a4a

changed JComboBox public API by introducing protected method processKeyBinding.

There is no CCC approving this change.

Such CCC should be created and approved.
Comments
The fix for #8032878 doesn't change the specification and doesn't require a CCC request. The protected method is overridden with all the spec inherited from the super class and remains unchanged.
09-09-2014

The changeset in question is caused by JDK-8032878
08-09-2014