edu.umd.cs.findbugs.detect

Class VarArgsProblems

public class VarArgsProblems extends BytecodeScanningDetector implements StatelessDetector

Field Summary
static intSEEN_AASTORE
static intSEEN_ALOAD
static intSEEN_ANEWARRAY
static intSEEN_DUP
static intSEEN_GOTO
static intSEEN_ICONST_0
static intSEEN_ICONST_1
static intSEEN_NOTHING
Constructor Summary
VarArgsProblems(BugReporter bugReporter)

Field Detail

SEEN_AASTORE

public static final int SEEN_AASTORE

SEEN_ALOAD

public static final int SEEN_ALOAD

SEEN_ANEWARRAY

public static final int SEEN_ANEWARRAY

SEEN_DUP

public static final int SEEN_DUP

SEEN_GOTO

public static final int SEEN_GOTO

SEEN_ICONST_0

public static final int SEEN_ICONST_0

SEEN_ICONST_1

public static final int SEEN_ICONST_1

SEEN_NOTHING

public static final int SEEN_NOTHING

Constructor Detail

VarArgsProblems

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