]> source.dussan.org Git - sonarqube.git/blob
79c206ca0da6dda4943b00da623562f8f58cdade
[sonarqube.git] /
1 <p>
2 This method invokes the .equals(Object o) to compare an array and a reference that doesn't seem
3 to be an array. If things being compared are of different types, they are guaranteed to be unequal
4 and the comparison is almost certainly an error. Even if they are both arrays, the equals method
5 on arrays only determines of the two arrays are the same object.
6 To compare the
7 contents of the arrays, use java.util.Arrays.equals(Object[], Object[]).
8 </p>