Uses of Class
edu.umd.cs.findbugs.props.PriorityAdjustment
Packages that use PriorityAdjustment
-
Uses of PriorityAdjustment in edu.umd.cs.findbugs.detect
Constructors in edu.umd.cs.findbugs.detect with parameters of type PriorityAdjustmentModifierConstructorDescriptionprivate
DeadLocalStoreProperty
(String name, PriorityAdjustment priorityAdjustment) private
DoomedCodeWarningProperty
(String shortName, PriorityAdjustment priorityAdjustment) private
InconsistentSyncWarningProperty
(String name, PriorityAdjustment priorityAdjustment) private
NamingProperty
(String name, PriorityAdjustment priorityAdjustment) private
NonNullReturnProperty
(String name, PriorityAdjustment priorityAdjustment) private
NullArgumentWarningProperty
(String name, PriorityAdjustment priorityAdjustment) private
NullDerefProperty
(String name, PriorityAdjustment priorityAdjustment) private
RefComparisonWarningProperty
(String name, PriorityAdjustment 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 highprivate final PriorityAdjustment
AbstractWarningProperty.priorityAdjustment
static 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.private
GeneralWarningProperty
(String name, PriorityAdjustment priorityAdjustment)