blob: 098fd3e4f44fc26e484ecce60e6336884b224d3e [file]
<html>
<body>
Reports String concatenation used as
the argument to <b>StringBuffer.append()</b>,
<b>StringBuilder.append()</b> or
<b>Appendable.append()</b>. Such calls
may profitably be turned into chained append calls on the existing
<b>StringBuffer/Builder/Appendable</b>, saving the
cost of an extra <b>StringBuffer/Builder</b>
allocation.
<p>
This inspection ignores compile time evaluated String
concatenations, which when converted to chained append calls would only
worsen performance.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>