Uses of Class
edu.umd.cs.findbugs.props.GeneralWarningProperty

Packages that use GeneralWarningProperty
edu.umd.cs.findbugs.props   
 

Uses of GeneralWarningProperty in edu.umd.cs.findbugs.props
 

Fields in edu.umd.cs.findbugs.props declared as GeneralWarningProperty
static GeneralWarningProperty GeneralWarningProperty.CALLED_METHOD_1
          Name of most recently called method.
static GeneralWarningProperty GeneralWarningProperty.CALLED_METHOD_2
          Name of second-most recently called method.
static GeneralWarningProperty GeneralWarningProperty.CALLED_METHOD_3
          Name of third-most recently called method.
static GeneralWarningProperty GeneralWarningProperty.CALLED_METHOD_4
          Name of fourth-most recently called method.
static GeneralWarningProperty GeneralWarningProperty.ON_EXCEPTION_PATH
          Warning occurs on an exception control path.
static GeneralWarningProperty GeneralWarningProperty.RECEIVER_OBJECT_TYPE
          The type of the receiver object in a method call or instance field access.