|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WarningPropertySet | |
---|---|
edu.umd.cs.findbugs.props |
Uses of WarningPropertySet in edu.umd.cs.findbugs.props |
---|
Methods in edu.umd.cs.findbugs.props that return WarningPropertySet | |
---|---|
WarningPropertySet |
WarningPropertySet.addProperty(WarningProperty prop)
Add a warning property to the set. |
WarningPropertySet |
WarningPropertySet.setProperty(WarningProperty prop,
java.lang.String value)
Add a warning property and its attribute value. |
Methods in edu.umd.cs.findbugs.props with parameters of type WarningPropertySet | |
---|---|
static void |
WarningPropertyUtil.addPropertiesForLocation(WarningPropertySet propertySet,
ClassContext classContext,
org.apache.bcel.classfile.Method method,
int pc)
Add all relevant general warning properties to the given property set for the given Location. |
static void |
WarningPropertyUtil.addPropertiesForLocation(WarningPropertySet propertySet,
ClassContext classContext,
org.apache.bcel.classfile.Method method,
Location location)
Add all relevant general warning properties to the given property set for the given Location. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |