]> source.dussan.org Git - sonarqube.git/blob
3913a6cf54713ae0bee1156003e12eb18194d234
[sonarqube.git] /
1 <p> A method, field or class declares a generic signature where a non-hashable class
2 is used in context where a hashable class is required.
3 A class that declares an equals method but inherits a hashCode() method
4 from Object is unhashable, since it doesn't fulfill the requirement that
5 equal objects have equal hashCodes.
6 </p>