Uses of Class
edu.umd.cs.findbugs.props.WarningPropertySet
Packages that use WarningPropertySet
-
Uses of WarningPropertySet in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type WarningPropertySetModifier and TypeMethodDescriptionbooleanFindNullDeref.isDuplicated(WarningPropertySet<WarningProperty> propertySet, int pc, boolean isConsistent) -
Uses of WarningPropertySet in edu.umd.cs.findbugs.props
Methods in edu.umd.cs.findbugs.props that return WarningPropertySetModifier and TypeMethodDescriptionWarningPropertySet.addProperty(T prop) Add a warning property to the set.WarningPropertySet.removeProperty(T prop) Remove a warning property from the set.WarningPropertySet.setProperty(T prop, String value) Add a warning property and its attribute value.Methods in edu.umd.cs.findbugs.props with parameters of type WarningPropertySetModifier and TypeMethodDescriptionstatic voidWarningPropertyUtil.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 voidWarningPropertyUtil.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.