Reports classes that override the
equals()
method but do not override the
hashCode()
method, or vice versa, which could potentially lead to problems when the class is added to a
Collection
.