|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.props.PriorityAdjustment
public class PriorityAdjustment
Enum representing how a particular warning property is expected to affect its likelihood of being serious, benign, or a false positive.
Field Summary | |
---|---|
static PriorityAdjustment |
A_LITTLE_BIT_HIGHER_PRIORITY
Raise the priority a little |
static PriorityAdjustment |
A_LITTLE_BIT_LOWER_PRIORITY
Lower the priority a little |
static PriorityAdjustment |
AT_MOST_LOW
Priority is at most low. |
static PriorityAdjustment |
AT_MOST_MEDIUM
Priority is at most medium. |
static PriorityAdjustment |
FALSE_POSITIVE
Warning is likely to be a false positive. |
static PriorityAdjustment |
LOWER_PRIORITY
Lower the priority. |
static PriorityAdjustment |
NO_ADJUSTMENT
No adjustment to the priority. |
static PriorityAdjustment |
PEGGED_HIGH
Pegged high |
static PriorityAdjustment |
RAISE_PRIORITY
Raise the priority. |
static PriorityAdjustment |
RAISE_PRIORITY_TO_AT_LEAST_NORMAL
Raise the priority. |
static PriorityAdjustment |
RAISE_PRIORITY_TO_HIGH
Raise the priority. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PriorityAdjustment NO_ADJUSTMENT
public static final PriorityAdjustment RAISE_PRIORITY
public static final PriorityAdjustment RAISE_PRIORITY_TO_AT_LEAST_NORMAL
public static final PriorityAdjustment RAISE_PRIORITY_TO_HIGH
public static final PriorityAdjustment AT_MOST_LOW
public static final PriorityAdjustment AT_MOST_MEDIUM
public static final PriorityAdjustment PEGGED_HIGH
public static final PriorityAdjustment LOWER_PRIORITY
public static final PriorityAdjustment A_LITTLE_BIT_LOWER_PRIORITY
public static final PriorityAdjustment A_LITTLE_BIT_HIGHER_PRIORITY
public static final PriorityAdjustment FALSE_POSITIVE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |