Package edu.umd.cs.findbugs.props
Class GeneralWarningProperty
java.lang.Object
edu.umd.cs.findbugs.props.AbstractWarningProperty
edu.umd.cs.findbugs.props.GeneralWarningProperty
- All Implemented Interfaces:
WarningProperty
General warning properties. These are properties that could be attached to
any warning to provide information which might be useful in determining
whether or not the bug is a false positive, and/or the severity of the
warning.
- Author:
- David Hovemeyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GeneralWarningPropertyName of most recently called method.static final GeneralWarningPropertyName of second-most recently called method.static final GeneralWarningPropertyName of third-most recently called method.static final GeneralWarningPropertyName of fourth-most recently called method.static final GeneralWarningPropertystatic final GeneralWarningPropertyissue is in uncallable methodstatic final GeneralWarningPropertystatic final GeneralWarningPropertyWarning occurs on an exception control path.static final GeneralWarningPropertyThe type of the receiver object in a method call or instance field access.static final GeneralWarningProperty -
Method Summary
Methods inherited from class edu.umd.cs.findbugs.props.AbstractWarningProperty
getName, getPriorityAdjustment
-
Field Details
-
RECEIVER_OBJECT_TYPE
The type of the receiver object in a method call or instance field access. -
CALLED_METHOD_1
Name of most recently called method. -
CALLED_METHOD_2
Name of second-most recently called method. -
CALLED_METHOD_3
Name of third-most recently called method. -
CALLED_METHOD_4
Name of fourth-most recently called method. -
ON_EXCEPTION_PATH
Warning occurs on an exception control path. -
IN_UNCALLABLE_METHOD
issue is in uncallable method -
FALSE_POSITIVE
-
NOISY_BUG
-
SILENT_BUG
-