On Thu, Apr 2, 2009 at 5:07 PM, Luther Baker <[email protected]> wrote: > I recently read this > http://www.angelikalanger.com/Articles/JavaSolutions/SecretsOfEquals/Equals.htmland > now, at least for the time being, I take great care when writing > hashCode, equals and compareTo. It is a good read if you're not already > familiar with the topic. > > For what its worth, I tend to use the apache commons builders > (HashCodeBuilder, EqualsBuilder and CompareToBuilder) but to your point, > I'll have to take a look at what Eclipse can do for me.
I use IntelliJ IDEA and I've never had any troubles with my equals() and hashCode() methods. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
