]> source.dussan.org Git - sonarqube.git/blob
cfb1ce7bc9f22328ad78cbf43e26496305e378c9
[sonarqube.git] /
1 This method invokes the .equals(Object o) to compare two arrays, but the arrays of of incompatible types (e.g., String[] and StringBuffer[], or String[] and int[]). They will never be equal. In addition, when equals(...) is used to compare arrays it only checks to see if they are the same array, and ignores the contents of the arrays.