Uses of Interface
edu.umd.cs.findbugs.props.WarningProperty
Packages that use WarningProperty
-
Uses of WarningProperty in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement WarningPropertyModifier and TypeClassDescriptionclassWarning property for FindDeadLocalStores.classA WarningProperty for warnings that are reported at a "doomed" Location; one that cannot return normally.classWarning properties for inconsistent synchronization detector.static classclassclassWarning property for a null argument being passed to a method which might dereference it.classWarning properties for null pointer dereference and redundant null comparison warnings.classWarning properties for FindRefComparison detector.Method parameters in edu.umd.cs.findbugs.detect with type arguments of type WarningPropertyModifier and TypeMethodDescriptionbooleanFindNullDeref.isDuplicated(WarningPropertySet<WarningProperty> propertySet, int pc, boolean isConsistent) -
Uses of WarningProperty in edu.umd.cs.findbugs.props
Classes in edu.umd.cs.findbugs.props with type parameters of type WarningPropertyModifier and TypeClassDescriptionclassWarningPropertySet<T extends WarningProperty>A Set of WarningProperty objects, each with an optional attribute Object.Classes in edu.umd.cs.findbugs.props that implement WarningPropertyModifier and TypeClassDescriptionclassAbstract base class for implementing warning properties.classGeneral warning properties.Method parameters in edu.umd.cs.findbugs.props with type arguments of type WarningPropertyModifier 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.