blob: 8d5603dbb039b207b51e46cdd5e2d5e3ea6c1a27 [file] [log] [blame]
<html>
<body>
Reports String concatenation in loops. For performance reasons, it
is preferable to replace such concatenation with explicit calls to
<b>StringBuilder.append()</b> or
<b>StringBuffer.append()</b>
<!-- tooltip end -->
<p>
Use the checkbox below to indicate that this inspection should only warn when the same variable
is appended to inside the loop.
<p>
</body>
</html>