edu.umd.cs.findbugs

Interface Priorities

public interface Priorities

Author: pugh

Field Summary
static intEXP_PRIORITY
Experimental priority for bug instances.
static intHIGH_PRIORITY
High priority for bug instances.
static intIGNORE_PRIORITY
priority for bug instances that should be ignored
static intLOW_PRIORITY
Low priority for bug instances.
static intNORMAL_PRIORITY
Normal priority for bug instances.

Field Detail

EXP_PRIORITY

public static final int EXP_PRIORITY
Experimental priority for bug instances.

HIGH_PRIORITY

public static final int HIGH_PRIORITY
High priority for bug instances.

IGNORE_PRIORITY

public static final int IGNORE_PRIORITY
priority for bug instances that should be ignored

LOW_PRIORITY

public static final int LOW_PRIORITY
Low priority for bug instances.

NORMAL_PRIORITY

public static final int NORMAL_PRIORITY
Normal priority for bug instances.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.