By fabiankessler
via fabiankessler.blogspot.com
Submitted: Oct 24 2012 / 14:23
When making changes to existing code, and I need to update possibly auto-generated methods such as equals and hashCode, I often wonder whether I can just drop and re-create them, or if they include some magic I'm not aware of.
Add your comment