View by Classes

Findings - Overview

error Invocation of toString on an array (Findbugs)

Invocation of toString on a in org.jcoderz.phoenix.report.samples.SimplePmdFindings.sampleMethod() (sample)

Further info on the wiki.

The code invokes toString on an array, which will generate a fairly useless result such as [C@16f0472. Consider using Arrays.toString to convert the array into a readable String that gives the contents of the array. See Programming Puzzlers, chapter 3, puzzle 12.

1org.jcoderz.phoenix.report.samples.SimplePmdFindings
 [73]