Reports classes that override
equals()
but do not override
hashCode()
, or vice versa. It also reports object declarations which override either
equals()
or
hashCode()
.
This can lead to undesired behaviour when a class is added to a
Collection