Reports any
new StringBuffer()
and
new StringBuilder()
calls with an argument of type
char
. Such an argument is silently cast to an integer and interpreted as initial capacity of the buffer. Usually this is not what was intended.