blob: 45e397e37d13014f4ca3e1e2f6c29787008a97bf [file]
<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 check box below to specify that this inspection should only warn when the variable is appended
to in a loop.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>