Uses of Annotation Interface
edu.umd.cs.findbugs.ba.AnalysisFeatures.AnalysisFeature
Packages that use AnalysisFeatures.AnalysisFeature
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of AnalysisFeatures.AnalysisFeature in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type AnalysisFeatures.AnalysisFeatureModifier and TypeFieldDescriptionstatic final int
FindBugsAnalysisFeatures.INTERPROCEDURAL_ANALYSIS
Enable interprocedural analysis.static final int
FindBugsAnalysisFeatures.INTERPROCEDURAL_ANALYSIS_OF_REFERENCED_CLASSES
static final int
FindBugsAnalysisFeatures.RELAXED_REPORTING_MODE
"Relaxed" warning reporting mode.Method parameters in edu.umd.cs.findbugs with annotations of type AnalysisFeatures.AnalysisFeatureModifier and TypeMethodDescription(package private) static boolean
FindBugsAnalysisFeatures.getProperty
(int property) (package private) static void
FindBugsAnalysisFeatures.setProperty
(int property, boolean value) -
Uses of AnalysisFeatures.AnalysisFeature in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with annotations of type AnalysisFeatures.AnalysisFeatureModifier and TypeFieldDescriptionstatic final int
AnalysisFeatures.ACCURATE_EXCEPTIONS
Determine (1) what exceptions can be thrown on exception edges, (2) which catch blocks are reachable, and (3) which exception edges carry only "implicit" runtime exceptions.static final int
AnalysisFeatures.CONSERVE_SPACE
A boolean flag which if set means that analyses should try to conserve space at the expense of precision.static final int
AnalysisFeatures.INTERATIVE_OPCODE_STACK_ANALYSIS
Deprecated.static final int
AnalysisFeatures.MERGE_SIMILAR_WARNINGS
Merge similar warnings.static final int
AnalysisFeatures.MODEL_INSTANCEOF
If true, model the effect of instanceof checks in type analysis.static final int
AnalysisFeatures.NUM_BOOLEAN_ANALYSIS_PROPERTIES
Deprecated.- use Builder insteadstatic final int
AnalysisFeatures.SKIP_HUGE_METHODS
Skip generating CFG's and methodGen's for huge methodsstatic final int
AnalysisFeatures.TRACK_GUARANTEED_VALUE_DEREFS_IN_NULL_POINTER_ANALYSIS
In the null pointer analysis, track null values that are guaranteed to be dereferenced on some (non-implicit-exception) path.static final int
AnalysisFeatures.TRACK_VALUE_NUMBERS_IN_NULL_POINTER_ANALYSIS
In the null pointer analysis, track value numbers that are known to be null.Methods in edu.umd.cs.findbugs.ba with annotations of type AnalysisFeatures.AnalysisFeatureModifier and TypeMethodDescriptionprivate static int
AnalysisFeatures.Builder.asFeatureNum
(int num) static int
Method parameters in edu.umd.cs.findbugs.ba with annotations of type AnalysisFeatures.AnalysisFeatureModifier and TypeMethodDescriptionfinal boolean
AnalysisContext.getBoolProperty
(int prop) Get a boolean property.final void
AnalysisContext.setBoolProperty
(int prop, boolean value) Set a boolean property. -
Uses of AnalysisFeatures.AnalysisFeature in edu.umd.cs.findbugs.config
Fields in edu.umd.cs.findbugs.config with annotations of type AnalysisFeatures.AnalysisFeatureConstructor parameters in edu.umd.cs.findbugs.config with annotations of type AnalysisFeatures.AnalysisFeature