Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018367 | 1.2.0 | John Oconner | P1 | Resolved | Fixed | 1.2beta3 |
The "implements Cloneable" has been removed from the class and this caused a change in the computed serialversionUID. Hence, this class must have the serialVersionUID field in it to allow serialization compatibility. This change
must be made to both the 1.1.6 and 1.2 sources..
You can detect this problem by running serialverify ( which checks serialization
compatibility ) in src/share/test/ververify in the JDK workspace ..
must be made to both the 1.1.6 and 1.2 sources..
You can detect this problem by running serialverify ( which checks serialization
compatibility ) in src/share/test/ververify in the JDK workspace ..
- backported by
-
JDK-2018367 java.text.DateFormat needs serialversionUID in JDK1.1.6 and JDK1.2
- Resolved