]> source.dussan.org Git - sonarqube.git/blob
a161e384caa3461531d4e57ce4f76d7f99f9121e
[sonarqube.git] /
1 <p>
2 The code invokes toString on an (anonymous) array.  Calling toString on an array generates 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>