Reports String concatenation in loops. For performance reasons, it is preferable to replace such concatenation with explicit calls to StringBuilder.append() or StringBuffer.append()

Use the checkbox below to indicate that this inspection should only warn when the same variable is appended to inside the loop.