Reports
hashCode()
being called on an array. To get the same hash code for two arrays with identical contents call
Arrays.hashCode()
. Use
Arrays.deepHashCode()
to calculate the hash code of a multi-dimensional array.