Package | Description |
---|---|
edu.umd.cs.findbugs.props |
Modifier and Type | Method | Description |
---|---|---|
WarningPropertySet<T> |
WarningPropertySet.addProperty(T prop) |
Add a warning property to the set.
|
WarningPropertySet<T> |
WarningPropertySet.removeProperty(T prop) |
Remove a warning property from the set.
|
WarningPropertySet<T> |
WarningPropertySet.setProperty(T prop,
java.lang.String value) |
Add a warning property and its attribute value.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
WarningPropertyUtil.addPropertiesForDataMining(WarningPropertySet<WarningProperty> 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.
|
static void |
WarningPropertyUtil.addPropertiesForLocation(WarningPropertySet<WarningProperty> 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.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.