edu.umd.cs.findbugs.props

Class GeneralWarningProperty

public class GeneralWarningProperty extends AbstractWarningProperty

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
static GeneralWarningPropertyCALLED_METHOD_1
Name of most recently called method.
static GeneralWarningPropertyCALLED_METHOD_2
Name of second-most recently called method.
static GeneralWarningPropertyCALLED_METHOD_3
Name of third-most recently called method.
static GeneralWarningPropertyCALLED_METHOD_4
Name of fourth-most recently called method.
static GeneralWarningPropertyON_EXCEPTION_PATH
Warning occurs on an exception control path.
static GeneralWarningPropertyRECEIVER_OBJECT_TYPE
The type of the receiver object in a method call or instance field access.

Field Detail

CALLED_METHOD_1

public static final GeneralWarningProperty CALLED_METHOD_1
Name of most recently called method.

CALLED_METHOD_2

public static final GeneralWarningProperty CALLED_METHOD_2
Name of second-most recently called method.

CALLED_METHOD_3

public static final GeneralWarningProperty CALLED_METHOD_3
Name of third-most recently called method.

CALLED_METHOD_4

public static final GeneralWarningProperty CALLED_METHOD_4
Name of fourth-most recently called method.

ON_EXCEPTION_PATH

public static final GeneralWarningProperty ON_EXCEPTION_PATH
Warning occurs on an exception control path.

RECEIVER_OBJECT_TYPE

public static final GeneralWarningProperty RECEIVER_OBJECT_TYPE
The type of the receiver object in a method call or instance field access.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.