Hi,
If have made some customizations in the serialization mechanism of java. One
method I have overridden is
private Object writeReplace() throws java.io.ObjectStreamException {}
IDEA says about this method "Private method writeReplace is never used", but
his is incorrect.
It does work with the other method
private void readObject(java.io.ObjectInputStream in) throws
java.io.IOException, ClassNotFoundException {}
Regards,
Willem
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs