Uses of Interface
edu.umd.cs.findbugs.filter.Matcher
Packages that use Matcher
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of Matcher in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement MatcherModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Constructors in edu.umd.cs.findbugs with parameters of type MatcherModifierConstructorDescriptionFilterBugReporter
(BugReporter realBugReporter, Matcher filter, boolean include) -
Uses of Matcher in edu.umd.cs.findbugs.filter
Classes in edu.umd.cs.findbugs.filter that implement MatcherModifier and TypeClassDescriptionclass
class
Match bug instances having one of given codes or patterns.class
class
class
Matcher to select BugInstances with a particular confidence.class
Match bug instances having one of given codes or patterns.class
class
Filter to match a subset of BugInstances.class
Matcher to select BugInstances with a particular first version.class
Matcher to select BugInstances with a particular last version.class
class
class
class
class
Matcher to select BugInstances with a particular priority.class
Matcher to select BugInstances with a particular rank or higher.class
class
Fields in edu.umd.cs.findbugs.filter with type parameters of type MatcherMethods in edu.umd.cs.findbugs.filter that return MatcherMethods in edu.umd.cs.findbugs.filter that return types with arguments of type MatcherMethods in edu.umd.cs.findbugs.filter with parameters of type MatcherModifier and TypeMethodDescriptionvoid
void
boolean
void
void
boolean
protected void
CompoundMatcher.removeChild
(Matcher child) void
Filter.removeChild
(Matcher child) void
Filter.setEnabled
(Matcher m, boolean value) void
Add if not present, but do not enable if already present and disabled -
Uses of Matcher in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 that implement MatcherModifier and TypeClassDescriptionclass
Deprecated.class
class
Deprecated.class
Deprecated.class
Deprecated.Methods in edu.umd.cs.findbugs.gui2 that return MatcherModifier and TypeMethodDescriptionBugAspects.getMatcher()
static Matcher
FilterFactory.invertMatcher
(Matcher originalMatcher) static Matcher
FilterFactory.makeAndMatcher
(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) static Matcher
FilterFactory.makeMatcher
(Collection<Sortables> sortables, BugInstance bug) static Matcher
FilterFactory.makeOrMatcher
(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) Methods in edu.umd.cs.findbugs.gui2 with parameters of type MatcherModifier and TypeMethodDescriptionvoid
ApplyNewFilter.fromMatcher
(Matcher matcher) BugSet.getBugsMatchingFilter
(Matcher m) static Matcher
FilterFactory.invertMatcher
(Matcher originalMatcher)