Reports
StringBuffer.toString()
or
StringBuilder.toString()
in String concatenations. In addition to being confusing, this code performs String allocation and copying, which is unnecessary as of JDK1.4.