Uses of Class
edu.umd.cs.findbugs.props.PriorityAdjustment
Packages that use PriorityAdjustment
-
Uses of PriorityAdjustment in edu.umd.cs.findbugs.props
Fields in edu.umd.cs.findbugs.props declared as PriorityAdjustmentModifier and TypeFieldDescriptionstatic final PriorityAdjustment
PriorityAdjustment.A_LITTLE_BIT_HIGHER_PRIORITY
Raise the priority a littlestatic final PriorityAdjustment
PriorityAdjustment.A_LITTLE_BIT_LOWER_PRIORITY
Lower the priority a littlestatic final PriorityAdjustment
PriorityAdjustment.AT_MOST_LOW
Priority is at most low.static final PriorityAdjustment
PriorityAdjustment.AT_MOST_MEDIUM
Priority is at most medium.static final PriorityAdjustment
PriorityAdjustment.FALSE_POSITIVE
Warning is likely to be a false positive.static final PriorityAdjustment
PriorityAdjustment.LOWER_PRIORITY
Lower the priority.static final PriorityAdjustment
PriorityAdjustment.LOWER_PRIORITY_TO_AT_MOST_NORMAL
lower the priority.static final PriorityAdjustment
PriorityAdjustment.NO_ADJUSTMENT
No adjustment to the priority.static final PriorityAdjustment
PriorityAdjustment.PEGGED_HIGH
Pegged highstatic final PriorityAdjustment
PriorityAdjustment.RAISE_PRIORITY
Raise the priority.static final PriorityAdjustment
PriorityAdjustment.RAISE_PRIORITY_TO_AT_LEAST_NORMAL
Raise the priority.static final PriorityAdjustment
PriorityAdjustment.RAISE_PRIORITY_TO_HIGH
Raise the priority.Methods in edu.umd.cs.findbugs.props that return PriorityAdjustmentModifier and TypeMethodDescriptionAbstractWarningProperty.getPriorityAdjustment()
WarningProperty.getPriorityAdjustment()
Get the priority adjustment: i.e., the effect that this warning property is expected to have on the likelihood that the warning is real, benign, or a false positive.Constructors in edu.umd.cs.findbugs.props with parameters of type PriorityAdjustmentModifierConstructorDescriptionprotected
AbstractWarningProperty
(String shortName, PriorityAdjustment priorityAdjustment) Constructor.