-
Bug
-
Resolution: Fixed
-
P4
-
1.1.4
-
beta
-
generic
-
generic
While running the JCK Serialization tests, found that the the package protected
class java.awt.ImageMediaEntry has been modified since 1.1_final but does not
have a private serialVersionUID associated with it. Upon further investigation ( with help from rriggs ), discovered that the serialVersionUID field seems to be
in the wrong place -- it is in the MediaEntry class ( which is not serializable ).
class java.awt.ImageMediaEntry has been modified since 1.1_final but does not
have a private serialVersionUID associated with it. Upon further investigation ( with help from rriggs ), discovered that the serialVersionUID field seems to be
in the wrong place -- it is in the MediaEntry class ( which is not serializable ).