edu.umd.cs.findbugs

Interface ExitCodes

public interface ExitCodes

Flags returned in the process exit code returned when the FindBugs text UI is invoked with the -exitcode command line argument. These are combined in a bit set.
Field Summary
static intBUGS_FOUND_FLAG
Bugs were reported.
static intERROR_FLAG
Serious analysis errors occurred.
static intMISSING_CLASS_FLAG
Classes needed for analysis were missing.

Field Detail

BUGS_FOUND_FLAG

public static final int BUGS_FOUND_FLAG
Bugs were reported.

ERROR_FLAG

public static final int ERROR_FLAG
Serious analysis errors occurred.

MISSING_CLASS_FLAG

public static final int MISSING_CLASS_FLAG
Classes needed for analysis were missing.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.