edu.umd.cs.findbugs.detect
Class StringConcatenation
public
class
StringConcatenation
extends BytecodeScanningDetector
implements StatelessDetector
Find occurrences of using the String "+" or "+=" operators
within a loop. This is much less efficient than creating
a dedicated StringBuffer object outside the loop, and
then appending to it.
Author: Dave Brosius William Pugh
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.