FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.props.PriorityAdjustment

Packages that use PriorityAdjustment
edu.umd.cs.findbugs.props   
 

Uses of PriorityAdjustment in edu.umd.cs.findbugs.props
 

Fields in edu.umd.cs.findbugs.props declared as PriorityAdjustment
static PriorityAdjustment PriorityAdjustment.A_LITTLE_BIT_HIGHER_PRIORITY
          Raise the priority a little
static PriorityAdjustment PriorityAdjustment.A_LITTLE_BIT_LOWER_PRIORITY
          Lower the priority a little
static PriorityAdjustment PriorityAdjustment.AT_MOST_LOW
          Priority is at most low.
static PriorityAdjustment PriorityAdjustment.AT_MOST_MEDIUM
          Priority is at most medium.
static PriorityAdjustment PriorityAdjustment.FALSE_POSITIVE
          Warning is likely to be a false positive.
static PriorityAdjustment PriorityAdjustment.LOWER_PRIORITY
          Lower the priority.
static PriorityAdjustment PriorityAdjustment.NO_ADJUSTMENT
          No adjustment to the priority.
static PriorityAdjustment PriorityAdjustment.PEGGED_HIGH
          Pegged high
static PriorityAdjustment PriorityAdjustment.RAISE_PRIORITY
          Raise the priority.
static PriorityAdjustment PriorityAdjustment.RAISE_PRIORITY_TO_AT_LEAST_NORMAL
          Raise the priority.
static PriorityAdjustment PriorityAdjustment.RAISE_PRIORITY_TO_HIGH
          Raise the priority.
 

Methods in edu.umd.cs.findbugs.props that return PriorityAdjustment
 PriorityAdjustment AbstractWarningProperty.getPriorityAdjustment()
           
 PriorityAdjustment 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 PriorityAdjustment
AbstractWarningProperty(java.lang.String shortName, PriorityAdjustment priorityAdjustment)
          Constructor.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.