JDK-4909781 : java.awt.color.ICC_Profile should define serialVersionUID
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.3.1_27,1.4.2_10,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS:
    generic,linux,solaris_9,windows_2000 generic,linux,solaris_9,windows_2000
  • CPU: generic,x86,sparc
  • Submitted: 2003-08-20
  • Updated: 2010-08-10
  • Resolved: 2003-09-15
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.
Other Other
1.3.1_27Fixed 1.4.2_10Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
The java.awt.color.ICC_Profile class is Serializable but does not define
serialVersionUID.  This class evolved slightly in 1.5, and in any case it is
important that every Serializable class defines their own serialVersionUID.

This bug is being filed separately from the Hotspot issue addressed in 4906639,
but this one should be fixed for Tiger too.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b20
14-06-2004

EVALUATION As described above (simply define serialVersionUID for the ICC_Profile class). ###@###.### 2003-08-20
20-08-2003