Files
kotlin-fork/idea/resources/inspectionDescriptions/EqualsOrHashCode.html
T

7 lines
329 B
HTML

<html>
<body>
This inspection reports classes that override <b>equals()</b> but do not override <b>hashCode()</b>, or vice versa, which could potentially lead to problems when a class is added to a <b>Collection</b>.
It also reports object declarations which override either <b>equals()</b> or <b>hashCode()</b>.
</body>
</html>