Uses of Interface
edu.umd.cs.findbugs.props.WarningProperty
-
Packages that use WarningProperty Package Description edu.umd.cs.findbugs.detect edu.umd.cs.findbugs.props -
-
Uses of WarningProperty in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement WarningProperty Modifier and Type Class Description classDeadLocalStorePropertyWarning property for FindDeadLocalStores.classDoomedCodeWarningPropertyA WarningProperty for warnings that are reported at a "doomed" Location; one that cannot return normally.classInconsistentSyncWarningPropertyWarning properties for inconsistent synchronization detector.static classNaming.NamingPropertyclassNonNullReturnPropertyclassNullArgumentWarningPropertyWarning property for a null argument being passed to a method which might dereference it.classNullDerefPropertyWarning properties for null pointer dereference and redundant null comparison warnings.classRefComparisonWarningPropertyWarning properties for FindRefComparison detector.Fields in edu.umd.cs.findbugs.detect with type parameters of type WarningProperty Modifier and Type Field Description (package private) WarningPropertySet<WarningProperty>FindRefComparison.WarningWithProperties. propertySetMethod parameters in edu.umd.cs.findbugs.detect with type arguments of type WarningProperty Modifier and Type Method Description private voidFindNullDeref. addPropertiesForDereferenceLocations(WarningPropertySet<WarningProperty> propertySet, java.util.Collection<Location> derefLocationSet, boolean isConsistent)private voidNoiseNullDeref. addPropertiesForDereferenceLocations(WarningPropertySet<WarningProperty> propertySet, java.util.Collection<Location> derefLocationSet)private voidFindNullDeref. addPropertiesForMethodContainingWarning(WarningPropertySet<WarningProperty> propertySet)private voidNoiseNullDeref. addPropertiesForMethodContainingWarning(WarningPropertySet<WarningProperty> propertySet)private voidFindNullDeref. decorateWarning(Location location, WarningPropertySet<WarningProperty> propertySet, BugInstance warning)booleanFindNullDeref. isDuplicated(WarningPropertySet<WarningProperty> propertySet, int pc, boolean isConsistent)private voidFindNullDeref. reportNullDeref(WarningPropertySet<WarningProperty> propertySet, Location location, java.lang.String type, int priority, BugAnnotation variable)private voidNoiseNullDeref. reportNullDeref(WarningPropertySet<WarningProperty> propertySet, Location location, java.lang.String type, int priority, BugAnnotation cause, BugAnnotation variable)Constructor parameters in edu.umd.cs.findbugs.detect with type arguments of type WarningProperty Constructor Description WarningWithProperties(BugInstance warning, WarningPropertySet<WarningProperty> propertySet, SourceLineAnnotation sourceLine, Location location) -
Uses of WarningProperty in edu.umd.cs.findbugs.props
Classes in edu.umd.cs.findbugs.props with type parameters of type WarningProperty Modifier and Type Class Description classWarningPropertySet<T extends WarningProperty>A Set of WarningProperty objects, each with an optional attribute Object.Classes in edu.umd.cs.findbugs.props that implement WarningProperty Modifier and Type Class Description classAbstractWarningPropertyAbstract base class for implementing warning properties.classGeneralWarningPropertyGeneral warning properties.Method parameters in edu.umd.cs.findbugs.props with type arguments of type WarningProperty Modifier and Type Method Description static 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.private static voidWarningPropertyUtil. addReceiverObjectType(WarningPropertySet<WarningProperty> propertySet, ClassContext classContext, org.apache.bcel.classfile.Method method, Location location)Add a RECEIVER_OBJECT_TYPE warning property for a particular location in a method to given warning property set.private static voidWarningPropertyUtil. addRecentlyCalledMethods(WarningPropertySet<WarningProperty> propertySet, ClassContext classContext, org.apache.bcel.classfile.Method method, Location location)Add CALLED_METHOD_n warning properties based on methods which have been called and returned normally at given Location.
-