PH251 / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Class com.fray.evo.EcEvolver defines non-transient non-serializable instance field log #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bug: Class com.fray.evo.EcEvolver defines non-transient non-serializable 
instance field log
Pattern id: SE_BAD_FIELD, type: Se, category: BAD_PRACTICE

This Serializable class defines a non-primitive instance field which is neither 
transient, Serializable, or java.lang.Object, and does not appear to implement 
the Externalizable interface or the readObject() and writeObject() methods.  
Objects of this class will not be deserialized correctly if a non-Serializable 
object is stored in this field.

Original issue reported on code.google.com by netpr...@gmail.com on 21 Jul 2011 at 5:50

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r299.

Original comment by netpr...@gmail.com on 21 Jul 2011 at 5:54