Uses of Class
edu.umd.cs.findbugs.ba.interproc.PropertyDatabase
Packages that use PropertyDatabase
Package
Description
-
Uses of PropertyDatabase in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with type parameters of type PropertyDatabaseModifier and TypeMethodDescription<DatabaseType extends PropertyDatabase<KeyType,Property>, KeyType extends FieldOrMethodDescriptor, Property>
DatabaseTypeAnalysisContext.loadPropertyDatabase(DatabaseType database, String fileName, String description) Load an interprocedural property database.<DatabaseType extends PropertyDatabase<KeyType,Property>, KeyType extends FieldOrMethodDescriptor, Property>
DatabaseTypeAnalysisContext.loadPropertyDatabaseFromResource(DatabaseType database, String resourceName, String description) Load an interprocedural property database.<DatabaseType extends PropertyDatabase<KeyType,Property>, KeyType extends FieldOrMethodDescriptor, Property>
voidAnalysisContext.storePropertyDatabase(DatabaseType database, String fileName, String description) Write an interprocedural property database. -
Uses of PropertyDatabase in edu.umd.cs.findbugs.ba.interproc
Subclasses of PropertyDatabase in edu.umd.cs.findbugs.ba.interprocModifier and TypeClassDescriptionclassFieldPropertyDatabase<Property>Interprocedural field property database.classMethodPropertyDatabase<Property>A MethodPropertyDatabase keeps track of properties of methods. -
Uses of PropertyDatabase in edu.umd.cs.findbugs.ba.npe
Subclasses of PropertyDatabase in edu.umd.cs.findbugs.ba.npeModifier and TypeClassDescriptionclassDeprecated.classMethod property database storing which method parameters might be unconditionally dereferenced.classMethod property database storing which methods return values guaranteed to be nonnull -
Uses of PropertyDatabase in edu.umd.cs.findbugs.ba.type
Subclasses of PropertyDatabase in edu.umd.cs.findbugs.ba.type