public abstract class WarningPropertyUtil
extends java.lang.Object
Constructor and Description |
---|
WarningPropertyUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
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 |
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.
|
public static void addPropertiesForDataMining(WarningPropertySet<WarningProperty> propertySet, ClassContext classContext, org.apache.bcel.classfile.Method method, Location location)
propertySet
- the WarningPropertySetclassContext
- the ClassContextmethod
- the Methodlocation
- the Locationpublic static void addPropertiesForLocation(WarningPropertySet<WarningProperty> propertySet, ClassContext classContext, org.apache.bcel.classfile.Method method, int pc)
propertySet
- the WarningPropertySetclassContext
- the ClassContextmethod
- the Methodpc
- the bytecode offset of an instruction to get properties forFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.