JDK-7035495 : javax.swing.ImageIcon spec should be clarified
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-04-11
  • Updated: 2017-05-16
  • Resolved: 2013-10-14
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
8 b115Fixed
Related Reports
Relates :  
Description
javax.swing.ImageIcon contains two protected fields: 

protected static Component 	component 
protected static MediaTracker 	tracker 

There is no documentation provided regarding aim and possible usage of these fields. As a result issues like CR 7035023 possible.  That should be changed.

Comments
please add ccc link
10-10-2013

moving back to Alexandr
13-09-2013

P3 as conformance issue
03-06-2013

EVALUATION We should add the @Deprecated annotation for the fields.
13-04-2011