public abstract class FindBugsAnalysisFeatures
extends java.lang.Object
AnalysisContext.setBoolProperty(int, boolean)
,
AnalysisContext.getBoolProperty(int)
Modifier and Type | Field | 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 | Description |
---|---|
FindBugsAnalysisFeatures() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
isRelaxedMode() |
Get relaxed reporting mode.
|
static void |
setRelaxedMode(boolean relaxedMode) |
Set relaxed reporting mode.
|
@AnalysisFeature public static final int RELAXED_REPORTING_MODE
@AnalysisFeature public static final int INTERPROCEDURAL_ANALYSIS
@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.