Files
kotlin-fork/idea/resources/inspectionDescriptions/EqualsOrHashCode.html
T
2015-10-17 00:24:39 +03:00

7 lines
291 B
HTML

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