|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.DelegatingBugReporter
edu.umd.cs.findbugs.FilterBugReporter
public class FilterBugReporter
Field Summary | |
---|---|
private static boolean |
DEBUG
|
private Matcher |
filter
|
private boolean |
include
|
Fields inherited from interface edu.umd.cs.findbugs.BugReporter |
---|
NORMAL, SILENT |
Constructor Summary | |
---|---|
FilterBugReporter(BugReporter realBugReporter,
Matcher filter,
boolean include)
|
Method Summary | |
---|---|
void |
reportBug(BugInstance bugInstance)
Report a bug. |
Methods inherited from class edu.umd.cs.findbugs.DelegatingBugReporter |
---|
addObserver, finish, getProjectStats, getRealBugReporter, logError, observeClass, reportMissingClass, reportQueuedErrors, setEngine, setErrorVerbosity, setPriorityThreshold, setRealBugReporter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final boolean DEBUG
private Matcher filter
private boolean include
Constructor Detail |
---|
public FilterBugReporter(BugReporter realBugReporter, Matcher filter, boolean include)
Method Detail |
---|
public void reportBug(BugInstance bugInstance)
BugReporter
reportBug
in interface BugReporter
reportBug
in class DelegatingBugReporter
bugInstance
- object describing the bug instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |