<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> |