Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4909781
Votes 0
Synopsis java.awt.color.ICC_Profile should define serialVersionUID
Category java:classes_2d
Reported Against b02 , tiger
Release Fixed 1.5(tiger), 1.4.2_10(b03) (Bug ID:2129979)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 6326153 , 4916419
Submit Date 20-AUG-2003
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.
Work Around
N/A
Evaluation
As described above (simply define serialVersionUID for the ICC_Profile class).
  xxxxx@xxxxx   2003-08-20
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang