Closed
Bug 306419
Opened 19 years ago
Closed 19 years ago
Add serialVersionUID to Serializable
Categories
(Rhino Graveyard :: Core, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: igor, Assigned: igor)
Details
Attachments
(1 file)
45.35 KB,
patch
|
Details | Diff | Splinter Review |
Currently Rhino lacks serialVersionUID in almost all classes directly or
indirectly implementing Serializable interface. It may prevent reading of
serialized objects written with different JVM.
We should add the missing serialVersionUID declarations.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
I committed the fix: now ejc complains only about missed serialVersionUID when
compiling the downloaded classes for the debugger GUI.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•