JDK-8034572 : JDK-8032063 fix is not CCC approved
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2014-02-12
  • Updated: 2014-03-04
  • Resolved: 2014-02-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 8
8Resolved
Related Reports
Relates :  
Relates :  
Description
JDK-8032063 fix was integrated to JDK b126 [1]. The fix actually rolls back the change made to javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel in b110 [2].

The corresponding CCC 8032063:
- is not approved;
- specifies that JDK-8032063 should be fixed by another way, namely by moving base class to javax.swing.plaf.basic.BasicFileChooserUI class;

While I understand that FilterComboBoxModel class was simply restored as it was in JDK b109 JDK-8032063 fix changes public API and thus I believe should be CCC approved.

[1] b126 changeset: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/91bce40d0347
[2] b110 changeset: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/4bfcf9c5ced3

Comments
> The corresponding CCC 8032063: > - is not approved; > - specifies that JDK-8032063 should be fixed by another way, namely by moving base class to javax.swing.plaf.basic.BasicFileChooserUI class; I have withdrawn the CCC 8032063 request. The JDK-8032063 has been fixed in another way as it was requested in the CCC 8032063 request. The fix just reverted back the JDK-8022398 fix. It means that no new API has been exposed in JDK 7 or 8.
12-02-2014

is it dup of JDK-8032584 ?
12-02-2014