blob: 57b96ed9c4cd5161f2ee613feb2e3623ef6fac42 [file]
<html>
<body>
Reports <b>StringBuffer.toString()</b>
or <b>StringBuilder.toString()</b> in String concatenations.
In addition to being confusing, this code performs String allocation and copying, which is unnecessary
as of JDK1.4.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>