-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
None
-
generic
-
solaris_8
The class javax.print.attribute.standard.JobStateReasons fails to define
a serialVersionUID. Due to changes in the java.util APIs in Tiger, it
will fail JCK test
runtime-15/work/api/javax_print/attribute/standard/JobStateReasons/serial/index_Input.jtr
(The code uses class literal, and the handling of class literals
is changing in 1.5)
Fixing this only requires explicitly defining a serialVersionUID.
###@###.### 2003-07-23
a serialVersionUID. Due to changes in the java.util APIs in Tiger, it
will fail JCK test
runtime-15/work/api/javax_print/attribute/standard/JobStateReasons/serial/index_Input.jtr
(The code uses class literal, and the handling of class literals
is changing in 1.5)
Fixing this only requires explicitly defining a serialVersionUID.
###@###.### 2003-07-23
- duplicates
-
JDK-4769852 classes in javax.print that are serializable but don't define serialVersionUID
-
- Resolved
-