Uses of Class
edu.umd.cs.findbugs.props.PriorityAdjustment
-
Packages that use PriorityAdjustment Package Description edu.umd.cs.findbugs.detect edu.umd.cs.findbugs.props -
-
Uses of PriorityAdjustment in edu.umd.cs.findbugs.detect
Constructors in edu.umd.cs.findbugs.detect with parameters of type PriorityAdjustment Constructor Description DeadLocalStoreProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)DoomedCodeWarningProperty(java.lang.String shortName, PriorityAdjustment priorityAdjustment)InconsistentSyncWarningProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)NamingProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)NonNullReturnProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)NullArgumentWarningProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)NullDerefProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)RefComparisonWarningProperty(java.lang.String name, PriorityAdjustment priorityAdjustment) -
Uses of PriorityAdjustment in edu.umd.cs.findbugs.props
Fields in edu.umd.cs.findbugs.props declared as PriorityAdjustment Modifier and Type Field Description static PriorityAdjustmentPriorityAdjustment. A_LITTLE_BIT_HIGHER_PRIORITYRaise the priority a littlestatic PriorityAdjustmentPriorityAdjustment. A_LITTLE_BIT_LOWER_PRIORITYLower the priority a littlestatic PriorityAdjustmentPriorityAdjustment. AT_MOST_LOWPriority is at most low.static PriorityAdjustmentPriorityAdjustment. AT_MOST_MEDIUMPriority is at most medium.static PriorityAdjustmentPriorityAdjustment. FALSE_POSITIVEWarning is likely to be a false positive.static PriorityAdjustmentPriorityAdjustment. LOWER_PRIORITYLower the priority.static PriorityAdjustmentPriorityAdjustment. LOWER_PRIORITY_TO_AT_MOST_NORMALlower the priority.static PriorityAdjustmentPriorityAdjustment. NO_ADJUSTMENTNo adjustment to the priority.static PriorityAdjustmentPriorityAdjustment. PEGGED_HIGHPegged highprivate PriorityAdjustmentAbstractWarningProperty. priorityAdjustmentstatic PriorityAdjustmentPriorityAdjustment. RAISE_PRIORITYRaise the priority.static PriorityAdjustmentPriorityAdjustment. RAISE_PRIORITY_TO_AT_LEAST_NORMALRaise the priority.static PriorityAdjustmentPriorityAdjustment. RAISE_PRIORITY_TO_HIGHRaise the priority.Methods in edu.umd.cs.findbugs.props that return PriorityAdjustment Modifier and Type Method Description PriorityAdjustmentAbstractWarningProperty. getPriorityAdjustment()PriorityAdjustmentWarningProperty. 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 PriorityAdjustment Constructor Description AbstractWarningProperty(java.lang.String shortName, PriorityAdjustment priorityAdjustment)Constructor.GeneralWarningProperty(java.lang.String name, PriorityAdjustment priorityAdjustment)
-