This inspection reports array properties in a data class without overridden equals() or hashCode() inside. Due to default equals() behaviour for arrays in JVM, it is strongly recommended to override equals() and hashCode() in such cases.