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 PriorityAdjustmentPriorityAdjustment.A_LITTLE_BIT_HIGHER_PRIORITYRaise the priority a littlestatic final PriorityAdjustmentPriorityAdjustment.A_LITTLE_BIT_LOWER_PRIORITYLower the priority a littlestatic final PriorityAdjustmentPriorityAdjustment.AT_MOST_LOWPriority is at most low.static final PriorityAdjustmentPriorityAdjustment.AT_MOST_MEDIUMPriority is at most medium.static final PriorityAdjustmentPriorityAdjustment.FALSE_POSITIVEWarning is likely to be a false positive.static final PriorityAdjustmentPriorityAdjustment.LOWER_PRIORITYLower the priority.static final PriorityAdjustmentPriorityAdjustment.LOWER_PRIORITY_TO_AT_MOST_NORMALlower the priority.static final PriorityAdjustmentPriorityAdjustment.NO_ADJUSTMENTNo adjustment to the priority.static final PriorityAdjustmentPriorityAdjustment.PEGGED_HIGHPegged highstatic final PriorityAdjustmentPriorityAdjustment.RAISE_PRIORITYRaise the priority.static final PriorityAdjustmentPriorityAdjustment.RAISE_PRIORITY_TO_AT_LEAST_NORMALRaise the priority.static final PriorityAdjustmentPriorityAdjustment.RAISE_PRIORITY_TO_HIGHRaise 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 PriorityAdjustmentModifierConstructorDescriptionprotectedAbstractWarningProperty(String shortName, PriorityAdjustment priorityAdjustment) Constructor.