edu.umd.cs.findbugs.props
public abstract class WarningPropertyUtil extends Object
Method Summary | |
---|---|
static void | addPropertiesForLocation(WarningPropertySet propertySet, ClassContext classContext, Method method, Location location)
Add all relevant general warning properties to the given property set
for the given Location.
|
static void | addPropertiesForLocation(WarningPropertySet propertySet, ClassContext classContext, Method method, int pc)
Add all relevant general warning properties to the given property set
for the given Location.
|
Parameters: propertySet the WarningPropertySet classContext the ClassContext method the Method location the Location
Parameters: propertySet the WarningPropertySet classContext the ClassContext method the Method pc the bytecode offset of an instruction to get properties for