edu.umd.cs.findbugs.detect
public class VarArgsProblems extends BytecodeScanningDetector implements StatelessDetector
Field Summary | |
---|---|
static int | SEEN_AASTORE |
static int | SEEN_ALOAD |
static int | SEEN_ANEWARRAY |
static int | SEEN_DUP |
static int | SEEN_GOTO |
static int | SEEN_ICONST_0 |
static int | SEEN_ICONST_1 |
static int | SEEN_NOTHING |
Constructor Summary | |
---|---|
VarArgsProblems(BugReporter bugReporter) |