milleruntime commented on PR #2777: URL: https://github.com/apache/accumulo/pull/2777#issuecomment-1155549721
> in the case where you marked the fields transient, then you just need to protect against NPE in equals() ? > > EDIT: I think your serialization / deserialization worked with `transient`, the `assertEquals` caused it to fail The `equals()` is a problem but its more than that. The `toString()` also needs rewritten. Probably the hashCode() method as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
