All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.findbugs.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 - 2024 Weber Informatics LLC | Privacy Policy