Class PriorityAdjustment
java.lang.Object
edu.umd.cs.findbugs.props.PriorityAdjustment
Enum representing how a particular warning property is expected to affect its
likelihood of being serious, benign, or a false positive.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PriorityAdjustmentRaise the priority a littlestatic final PriorityAdjustmentLower the priority a littlestatic final PriorityAdjustmentPriority is at most low.static final PriorityAdjustmentPriority is at most medium.static final PriorityAdjustmentWarning is likely to be a false positive.static final PriorityAdjustmentLower the priority.static final PriorityAdjustmentlower the priority.static final PriorityAdjustmentNo adjustment to the priority.static final PriorityAdjustmentPegged highstatic final PriorityAdjustmentRaise the priority.static final PriorityAdjustmentRaise the priority.static final PriorityAdjustmentRaise the priority.private final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
NO_ADJUSTMENT
No adjustment to the priority. -
RAISE_PRIORITY
Raise the priority. -
RAISE_PRIORITY_TO_AT_LEAST_NORMAL
Raise the priority. -
LOWER_PRIORITY_TO_AT_MOST_NORMAL
lower the priority. -
RAISE_PRIORITY_TO_HIGH
Raise the priority. -
AT_MOST_LOW
Priority is at most low. -
AT_MOST_MEDIUM
Priority is at most medium. -
PEGGED_HIGH
Pegged high -
LOWER_PRIORITY
Lower the priority. -
A_LITTLE_BIT_LOWER_PRIORITY
Lower the priority a little -
A_LITTLE_BIT_HIGHER_PRIORITY
Raise the priority a little -
FALSE_POSITIVE
Warning is likely to be a false positive.
-
-
Constructor Details
-
PriorityAdjustment
-
-
Method Details
-
toString
-