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 TypeClassDescriptionclassclassclassclassclassclassclassConstructors 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 TypeClassDescriptionclassclassMatch bug instances having one of given codes or patterns.classclassclassMatcher to select BugInstances with a particular confidence.classMatch bug instances having one of given codes or patterns.classclassFilter to match a subset of BugInstances.classMatcher to select BugInstances with a particular first version.classMatcher to select BugInstances with a particular last version.classclassclassclassclassMatcher to select BugInstances with a particular priority.classMatcher to select BugInstances with a particular rank or higher.classclassFields 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 TypeMethodDescriptionvoidvoidbooleanvoidvoidbooleanprotected voidCompoundMatcher.removeChild(Matcher child) voidFilter.removeChild(Matcher child) voidFilter.setEnabled(Matcher m, boolean value) voidAdd 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 TypeClassDescriptionclassDeprecated.classclassDeprecated.classDeprecated.classDeprecated.Methods in edu.umd.cs.findbugs.gui2 that return MatcherModifier and TypeMethodDescriptionBugAspects.getMatcher()static MatcherFilterFactory.invertMatcher(Matcher originalMatcher) static MatcherFilterFactory.makeAndMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) static MatcherFilterFactory.makeMatcher(Collection<Sortables> sortables, BugInstance bug) static MatcherFilterFactory.makeOrMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) Methods in edu.umd.cs.findbugs.gui2 with parameters of type MatcherModifier and TypeMethodDescriptionvoidApplyNewFilter.fromMatcher(Matcher matcher) BugSet.getBugsMatchingFilter(Matcher m) static MatcherFilterFactory.invertMatcher(Matcher originalMatcher)