]> source.dussan.org Git - sonarqube.git/blob
65067512a3367e9155eb250bfe8765635d92c015
[sonarqube.git] /
1 <p>
2 One of the arguments being formatted with a format string is an array. This will be formatted
3 using a fairly useless format, such as [I@304282, which doesn't actually show the contents
4 of the array.
5 Consider wrapping the array using <code>Arrays.asList(...)</code> before handling it off to a formatted.
6 </p>