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

7 lines
332 B
HTML

<html>
<body>
This inspection reports array properties in a data class without overridden <code>equals()</code> or <code>hashCode()</code> inside.
Due to default <code>equals()</code> behaviour for arrays in JVM, it's strongly recommended to override <code>equals()</code> and <code>hashCode()</code> in such cases.
</body>
</html>