Uses of Class
edu.umd.cs.findbugs.ba.interproc.PropertyDatabase
Packages that use PropertyDatabase
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
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 TypeClassDescriptionclass
FieldPropertyDatabase<Property>
Interprocedural field property database.class
MethodPropertyDatabase<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 TypeClassDescriptionclass
Deprecated.class
Method property database storing which method parameters might be unconditionally dereferenced.class
Method 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 -
Uses of PropertyDatabase in edu.umd.cs.findbugs.detect
Subclasses of PropertyDatabase in edu.umd.cs.findbugs.detectModifier and TypeClassDescription(package private) static class
(package private) static class