Is it possible to make eclipse generate hashCode and equals with HashCodeBuilder and EqualsBuilder
Posted
by daveb
on Stack Overflow
See other posts from Stack Overflow
or by daveb
Published on 2008-11-11T15:00:58Z
Indexed on
2010/03/25
9:53 UTC
Read the original article
Hit count: 221
The default generated hashCode and equals implementations are ugly at best.
Is it possible to make eclipse generate ones from HashCodeBuilder and EqualsBuilder, and perhaps even a toString with ToStringBuilder?
© Stack Overflow or respective owner