edu.umd.cs.findbugs.props
public class GeneralWarningProperty extends AbstractWarningProperty
Field Summary | |
---|---|
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 | 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. |