blob: e7d3b3eced72815d28c1be3d1f4276d78c0129b4 [file] [log] [blame]
<html>
<body>
Reports any variables declared as <b>java.lang.String</b> which are
repeatedly appended to. Such variables may be more efficiently declared as <b>java.lang.StringBuffer</b>
or <b>java.lang.StringBuilder</b>.
<!-- tooltip end -->
<p>
Use the checkbox below to specify that this inspection should only warn when the variable is appended
to in a loop.
<p>
</body>
</html>