WarningProperty
public class GeneralWarningProperty extends AbstractWarningProperty
Modifier and Type | Field | Description |
---|---|---|
static GeneralWarningProperty |
CALLED_METHOD_1 |
Name of most recently called method.
|
static GeneralWarningProperty |
CALLED_METHOD_2 |
Name of second-most recently called method.
|
static GeneralWarningProperty |
CALLED_METHOD_3 |
Name of third-most recently called method.
|
static GeneralWarningProperty |
CALLED_METHOD_4 |
Name of fourth-most recently called method.
|
static GeneralWarningProperty |
FALSE_POSITIVE |
|
static GeneralWarningProperty |
IN_UNCALLABLE_METHOD |
issue is in uncallable method
|
static GeneralWarningProperty |
NOISY_BUG |
|
static GeneralWarningProperty |
ON_EXCEPTION_PATH |
Warning occurs on an exception control path.
|
static GeneralWarningProperty |
RECEIVER_OBJECT_TYPE |
The type of the receiver object in a method call or instance field access.
|
static GeneralWarningProperty |
SILENT_BUG |
getName, getPriorityAdjustment
public static final GeneralWarningProperty RECEIVER_OBJECT_TYPE
public static final GeneralWarningProperty CALLED_METHOD_1
public static final GeneralWarningProperty CALLED_METHOD_2
public static final GeneralWarningProperty CALLED_METHOD_3
public static final GeneralWarningProperty CALLED_METHOD_4
public static final GeneralWarningProperty ON_EXCEPTION_PATH
public static final GeneralWarningProperty IN_UNCALLABLE_METHOD
public static final GeneralWarningProperty FALSE_POSITIVE
public static final GeneralWarningProperty NOISY_BUG
public static final GeneralWarningProperty SILENT_BUG
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.