Reports any variables declared as java.lang.String which are repeatedly appended to. Such variables may be more efficiently declared as java.lang.StringBuffer or java.lang.StringBuilder.

Use the checkbox below to specify that this inspection should only warn when the variable is appended to in a loop.