edu.umd.cs.findbugs.props
public class PriorityAdjustment extends Object
Field Summary | |
---|---|
static PriorityAdjustment | AT_MOST_LOW Priority is at most low. |
static PriorityAdjustment | A_LITTLE_BIT_HIGHER_PRIORITY Raise the priority a little |
static PriorityAdjustment | A_LITTLE_BIT_LOWER_PRIORITY Lower the priority a little |
static PriorityAdjustment | FALSE_POSITIVE Warning is likely to be a false positive. |
static PriorityAdjustment | LOWER_PRIORITY Lower the priority. |
static PriorityAdjustment | NO_ADJUSTMENT No adjustment to the priority. |
static PriorityAdjustment | RAISE_PRIORITY Raise the priority. |
static PriorityAdjustment | RAISE_PRIORITY_TO_AT_LEAST_NORMAL Raise the priority. |
static PriorityAdjustment | RAISE_PRIORITY_TO_HIGH Raise the priority. |