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 TypeClassDescriptionclassclassclassclassclassclassclassFields 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 TypeClassDescriptionclassclassclassMatch bug instances having one of given codes or patterns.classclassclassMatcher to select BugInstances with a particular confidence.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 MatcherModifier and TypeFieldDescriptionprotected LinkedHashSet<Matcher> CompoundMatcher.childrenprivate final IdentityHashMap<Matcher, Boolean> Filter.disabledMethods 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.Subclasses with type arguments of type Matcher in edu.umd.cs.findbugs.gui2Fields in edu.umd.cs.findbugs.gui2 declared as MatcherMethods in edu.umd.cs.findbugs.gui2 that return MatcherModifier and TypeMethodDescriptionBugAspects.getMatcher()(package private) MatcherPreferencesFrame.MatchBox.getMatcher()static MatcherFilterFactory.invertMatcher(Matcher originalMatcher) static MatcherFilterFactory.makeAndMatcher(Collection<BugAspects.SortableValue> sortables) private static MatcherFilterFactory.makeMatcher(BugAspects.SortableValue sv) private static MatcherFilterFactory.makeMatcher(Sortables s, BugInstance bug) private static MatcherFilterFactory.makeMatcher(Collection<BugAspects.SortableValue> sortables, boolean andOr) static MatcherFilterFactory.makeMatcher(Collection<Sortables> sortables, BugInstance bug) FilterFromBugPicker.makeMatcherFromSelection()static MatcherFilterFactory.makeOrMatcher(Collection<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) 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.excludeFilterFilter.FilterCommandLine.includeFilter