resources.report.rules.findbugs.NM_LCASE_HASHCODE.html Maven / Gradle / Ivy
NM_LCASE_HASHCODE
Nm: Class defines hashcode(); should it be hashCode()? (NM_LCASE_HASHCODE)
This class defines a method called hashcode()
. This method
does not override the hashCode()
method in java.lang.Object
,
which is probably what was intended.