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.filter | |
edu.umd.cs.findbugs.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
ClassWarningSuppressor |
class |
FieldWarningSuppressor |
class |
MethodWarningSuppressor |
class |
PackageWarningSuppressor |
class |
ParameterWarningSuppressor |
class |
SuppressionMatcher |
class |
WarningSuppressor |
Constructor and Description |
---|
FilterBugReporter(BugReporter realBugReporter,
Matcher filter,
boolean include) |
Modifier and Type | Class and Description |
---|---|
class |
AndMatcher |
class |
BugMatcher
Match bug instances having one of given codes or patterns.
|
class |
ClassMatcher |
class |
CompoundMatcher |
class |
ConfidenceMatcher
Matcher to select BugInstances with a particular confidence.
|
class |
DesignationMatcher
Match bug instances having one of given codes or patterns.
|
class |
FieldMatcher |
class |
Filter
Filter to match a subset of BugInstances.
|
class |
FirstVersionMatcher
Matcher to select BugInstances with a particular first version.
|
class |
LastVersionMatcher
Matcher to select BugInstances with a particular last version.
|
class |
LocalMatcher |
class |
MethodMatcher |
class |
NotMatcher |
class |
OrMatcher |
class |
PriorityMatcher
Matcher to select BugInstances with a particular priority.
|
class |
RankMatcher
Matcher to select BugInstances with a particular rank or higher.
|
class |
SourceMatcher |
class |
TypeMatcher |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedHashSet<Matcher> |
CompoundMatcher.children |
Modifier and Type | Method and Description |
---|---|
Matcher |
NotMatcher.originalMatcher() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Matcher> |
CompoundMatcher.childIterator() |
java.util.Collection<Matcher> |
CompoundMatcher.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
Filter.addChild(Matcher child) |
void |
CompoundMatcher.addChild(Matcher child) |
boolean |
Filter.contains(Matcher child) |
void |
Filter.disable(Matcher m) |
void |
Filter.enable(Matcher m) |
boolean |
Filter.isEnabled(Matcher m) |
void |
Filter.removeChild(Matcher child) |
protected void |
CompoundMatcher.removeChild(Matcher child) |
void |
Filter.setEnabled(Matcher m,
boolean value) |
void |
Filter.softAdd(Matcher child)
Add if not present, but do not enable if already present and disabled
|
Modifier and Type | Class and Description |
---|---|
class |
DeadBugFilter |
class |
FilterMatcher
Deprecated.
|
class |
StackedFilterMatcher
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Matcher |
BugAspects.getMatcher() |
static Matcher |
FilterFactory.invertMatcher(Matcher originalMatcher) |
static Matcher |
FilterFactory.makeAndMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) |
static Matcher |
FilterFactory.makeMatcher(java.util.Collection<Sortables> sortables,
BugInstance bug) |
static Matcher |
FilterFactory.makeOrMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyNewFilter.fromMatcher(Matcher matcher) |
BugSet |
BugSet.getBugsMatchingFilter(Matcher m) |
static Matcher |
FilterFactory.invertMatcher(Matcher originalMatcher) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.