public abstract class FindBugsAnalysisFeatures
extends java.lang.Object
AnalysisContext.setBoolProperty(int, boolean)
,
AnalysisContext.getBoolProperty(int)
Modifier and Type | Field and Description |
---|---|
static int |
INTERPROCEDURAL_ANALYSIS
Enable interprocedural analysis.
|
static int |
INTERPROCEDURAL_ANALYSIS_OF_REFERENCED_CLASSES |
static int |
RELAXED_REPORTING_MODE
"Relaxed" warning reporting mode.
|
Constructor and Description |
---|
FindBugsAnalysisFeatures() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRelaxedMode()
Get relaxed reporting mode.
|
static void |
setRelaxedMode(boolean relaxedMode)
Set relaxed reporting mode.
|
@AnalysisFeatures.AnalysisFeature public static final int RELAXED_REPORTING_MODE
@AnalysisFeatures.AnalysisFeature public static final int INTERPROCEDURAL_ANALYSIS
@AnalysisFeatures.AnalysisFeature public static final int INTERPROCEDURAL_ANALYSIS_OF_REFERENCED_CLASSES
public static void setRelaxedMode(boolean relaxedMode)
relaxedMode
- true if relaxed reporting mode should be enabled, false if notpublic static boolean isRelaxedMode()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.