Uses of Class
edu.umd.cs.findbugs.ba.AnalysisFeatures.AnalysisFeature
-
Packages that use AnalysisFeatures.AnalysisFeature Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba edu.umd.cs.findbugs.config -
-
Uses of AnalysisFeatures.AnalysisFeature in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type AnalysisFeatures.AnalysisFeature Modifier and Type Field Description static intFindBugsAnalysisFeatures. INTERPROCEDURAL_ANALYSISEnable interprocedural analysis.static intFindBugsAnalysisFeatures. INTERPROCEDURAL_ANALYSIS_OF_REFERENCED_CLASSESstatic intFindBugsAnalysisFeatures. RELAXED_REPORTING_MODE"Relaxed" warning reporting mode. -
Uses of AnalysisFeatures.AnalysisFeature in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with annotations of type AnalysisFeatures.AnalysisFeature Modifier and Type Field Description static intAnalysisFeatures. ACCURATE_EXCEPTIONSDetermine (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 intAnalysisFeatures. CONSERVE_SPACEA boolean flag which if set means that analyses should try to conserve space at the expense of precision.static intAnalysisFeatures. INTERATIVE_OPCODE_STACK_ANALYSISDeprecated.static intAnalysisFeatures. MERGE_SIMILAR_WARNINGSMerge similar warnings.static intAnalysisFeatures. MODEL_INSTANCEOFIf true, model the effect of instanceof checks in type analysis.static intAnalysisFeatures. NUM_BOOLEAN_ANALYSIS_PROPERTIESDeprecated.- use Builder insteadstatic intAnalysisFeatures. SKIP_HUGE_METHODSSkip generating CFG's and methodGen's for huge methodsstatic intAnalysisFeatures. TRACK_GUARANTEED_VALUE_DEREFS_IN_NULL_POINTER_ANALYSISIn the null pointer analysis, track null values that are guaranteed to be dereferenced on some (non-implicit-exception) path.static intAnalysisFeatures. TRACK_VALUE_NUMBERS_IN_NULL_POINTER_ANALYSISIn 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.AnalysisFeature Modifier and Type Method Description static intAnalysisFeatures.Builder. build(java.lang.String name)Method parameters in edu.umd.cs.findbugs.ba with annotations of type AnalysisFeatures.AnalysisFeature Modifier and Type Method Description booleanAnalysisContext. getBoolProperty(int prop)Get a boolean property.voidAnalysisContext. setBoolProperty(int prop, boolean value)Set a boolean property. -
Uses of AnalysisFeatures.AnalysisFeature in edu.umd.cs.findbugs.config
Constructor parameters in edu.umd.cs.findbugs.config with annotations of type AnalysisFeatures.AnalysisFeature Constructor Description AnalysisFeatureSetting(int property, boolean enabled)Constructor.
-