
resources.report.rules.spotbugs.HE_EQUALS_NO_HASHCODE.html Maven / Gradle / Ivy
HE_EQUALS_NO_HASHCODE
HE: Class defines equals() but not hashCode() (HE_EQUALS_NO_HASHCODE)
This class overrides equals(Object)
, but does not
override hashCode()
. Therefore, the class may violate the
invariant that equal objects must have equal hashcodes.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy