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.
public static final int BUGS_FOUND_FLAG
Bugs were reported.
public static final int ERROR_FLAG
Serious analysis errors occurred.
public static final int MISSING_CLASS_FLAG
Classes needed for analysis were missing.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.