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

Constructor Summary
StringConcatenation(BugReporter bugReporter)

Constructor Detail

StringConcatenation

public StringConcatenation(BugReporter bugReporter)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.