|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.FindBugsAnalysisFeatures
public abstract class FindBugsAnalysisFeatures
Boolean-valued analysis properties for FindBugs.
AnalysisContext.setBoolProperty(int, boolean)
,
AnalysisContext.getBoolProperty(int)
Field Summary | |
---|---|
static int |
INTERPROCEDURAL_ANALYSIS
Enable interprocedural analysis. |
static int |
INTERPROCEDURAL_ANALYSIS_OF_REFERENCED_CLASSES
|
static int |
RELAXED_REPORTING_MODE
"Relaxed" warning reporting mode. |
Constructor Summary | |
---|---|
FindBugsAnalysisFeatures()
|
Method Summary | |
---|---|
static boolean |
isRelaxedMode()
Get relaxed reporting mode. |
static void |
setRelaxedMode(boolean relaxedMode)
Set relaxed reporting mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@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
Constructor Detail |
---|
public FindBugsAnalysisFeatures()
Method Detail |
---|
public static void setRelaxedMode(boolean relaxedMode)
relaxedMode
- true if relaxed reporting mode should be enabled, false if notpublic static boolean isRelaxedMode()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |