-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
1.4.3.Final
-
None
-
-
Workaround Exists
-
When an object being deserialized contains a self-reference (nested arbitrarily deep), the nested reference is returned as a ref to the uninitialized object.
If this reference is used (for example is inside a container that calls equals/hashcode), it can trigger a NullPointerException, access incorrect data, etc since the object's data has not been initialized.
- is related to
-
JBMAR-144 Deserialization of TreeSets fails again
- Resolved