]> source.dussan.org Git - sonarqube.git/blob
c56c05412672a2834d9df7cda2a1587255e763c1
[sonarqube.git] /
1 <p>
2 The code invokes toString on an array, which will generate a fairly useless result
3 such as [C@16f0472. Consider using Arrays.toString to convert the array into a readable
4 String that gives the contents of the array. See Programming Puzzlers, chapter 3, puzzle 12.
5 </p>