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
Fields in edu.umd.cs.findbugs declared as MatcherMethods in edu.umd.cs.findbugs with parameters of type MatcherConstructors 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
class
Match bug instances having one of given codes or patterns.class
class
class
Matcher to select BugInstances with a particular confidence.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 MatcherModifier and TypeFieldDescriptionprotected LinkedHashSet
<Matcher> CompoundMatcher.children
private final IdentityHashMap
<Matcher, Boolean> Filter.disabled
Methods 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.Fields in edu.umd.cs.findbugs.gui2 declared as MatcherMethods in edu.umd.cs.findbugs.gui2 that return MatcherModifier and TypeMethodDescriptionBugAspects.getMatcher()
(package private) Matcher
PreferencesFrame.MatchBox.getMatcher()
static Matcher
FilterFactory.invertMatcher
(Matcher originalMatcher) static Matcher
FilterFactory.makeAndMatcher
(Collection<BugAspects.SortableValue> sortables) private static Matcher
FilterFactory.makeMatcher
(BugAspects.SortableValue sv) private static Matcher
FilterFactory.makeMatcher
(Sortables s, BugInstance bug) private static Matcher
FilterFactory.makeMatcher
(Collection<BugAspects.SortableValue> sortables, boolean andOr) static Matcher
FilterFactory.makeMatcher
(Collection<Sortables> sortables, BugInstance bug) FilterFromBugPicker.makeMatcherFromSelection()
static Matcher
FilterFactory.makeOrMatcher
(Collection<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) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type Matcher -
Uses of Matcher in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow with type parameters of type MatcherModifier and TypeFieldDescriptionFilter.FilterCommandLine.excludeFilter
Filter.FilterCommandLine.includeFilter