Uses of Interface
edu.umd.cs.findbugs.filter.Matcher
-
Packages that use Matcher 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 edu.umd.cs.findbugs.workflow -
-
Uses of Matcher in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement Matcher Modifier and Type Class Description classClassWarningSuppressorclassFieldWarningSuppressorclassMethodWarningSuppressorclassPackageWarningSuppressorclassParameterWarningSuppressorclassSuppressionMatcherclassWarningSuppressorFields in edu.umd.cs.findbugs declared as Matcher Modifier and Type Field Description private MatcherFilterBugReporter. filterMethods in edu.umd.cs.findbugs with parameters of type Matcher Modifier and Type Method Description private voidSAXBugCollectionHandler. addMatcher(Matcher m)Constructors in edu.umd.cs.findbugs with parameters of type Matcher Constructor Description FilterBugReporter(BugReporter realBugReporter, Matcher filter, boolean include) -
Uses of Matcher in edu.umd.cs.findbugs.filter
Classes in edu.umd.cs.findbugs.filter that implement Matcher Modifier and Type Class Description classAndMatcherclassAnnotationMatcherclassBugMatcherMatch bug instances having one of given codes or patterns.classClassMatcherclassCompoundMatcherclassConfidenceMatcherMatcher to select BugInstances with a particular confidence.classFieldMatcherclassFilterFilter to match a subset of BugInstances.classFirstVersionMatcherMatcher to select BugInstances with a particular first version.classLastVersionMatcherMatcher to select BugInstances with a particular last version.classLocalMatcherclassMethodMatcherclassNotMatcherclassOrMatcherclassPriorityMatcherMatcher to select BugInstances with a particular priority.classRankMatcherMatcher to select BugInstances with a particular rank or higher.classSourceMatcherclassTypeMatcherFields in edu.umd.cs.findbugs.filter with type parameters of type Matcher Modifier and Type Field Description protected java.util.LinkedHashSet<Matcher>CompoundMatcher. childrenprivate java.util.IdentityHashMap<Matcher,java.lang.Boolean>Filter. disabledMethods in edu.umd.cs.findbugs.filter that return Matcher Modifier and Type Method Description MatcherNotMatcher. originalMatcher()Methods in edu.umd.cs.findbugs.filter that return types with arguments of type Matcher Modifier and Type Method Description java.util.Iterator<Matcher>CompoundMatcher. childIterator()java.util.Collection<Matcher>CompoundMatcher. getChildren()Methods in edu.umd.cs.findbugs.filter with parameters of type Matcher Modifier and Type Method Description voidCompoundMatcher. addChild(Matcher child)voidFilter. addChild(Matcher child)booleanFilter. contains(Matcher child)voidFilter. disable(Matcher m)voidFilter. enable(Matcher m)booleanFilter. isEnabled(Matcher m)protected voidCompoundMatcher. removeChild(Matcher child)voidFilter. removeChild(Matcher child)voidFilter. setEnabled(Matcher m, boolean value)voidFilter. softAdd(Matcher child)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 Matcher Modifier and Type Class Description classCompoundMatcherDeprecated.classDeadBugFilterclassFilterMatcherDeprecated.classStackedFilterMatcherDeprecated.classSuppressionMatcherDeprecated.Fields in edu.umd.cs.findbugs.gui2 declared as Matcher Modifier and Type Field Description (package private) MatcherPreferencesFrame.MatchBox. mMethods in edu.umd.cs.findbugs.gui2 that return Matcher Modifier and Type Method Description MatcherBugAspects. getMatcher()(package private) MatcherPreferencesFrame.MatchBox. getMatcher()static MatcherFilterFactory. invertMatcher(Matcher originalMatcher)static MatcherFilterFactory. makeAndMatcher(java.util.Collection<BugAspects.SortableValue> sortables)private static MatcherFilterFactory. makeMatcher(BugAspects.SortableValue sv)private static MatcherFilterFactory. makeMatcher(Sortables s, BugInstance bug)private static MatcherFilterFactory. makeMatcher(java.util.Collection<BugAspects.SortableValue> sortables, boolean andOr)static MatcherFilterFactory. makeMatcher(java.util.Collection<Sortables> sortables, BugInstance bug)MatcherFilterFromBugPicker. makeMatcherFromSelection()static MatcherFilterFactory. makeOrMatcher(java.util.Collection<BugAspects.SortableValue> sortables)Methods in edu.umd.cs.findbugs.gui2 with parameters of type Matcher Modifier and Type Method Description voidApplyNewFilter. fromMatcher(Matcher matcher)BugSetBugSet. getBugsMatchingFilter(Matcher m)static MatcherFilterFactory. invertMatcher(Matcher originalMatcher)Constructors in edu.umd.cs.findbugs.gui2 with parameters of type Matcher Constructor Description MatchBox(java.lang.String text, Matcher m) -
Uses of Matcher in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow with type parameters of type Matcher Modifier and Type Field Description private java.util.List<Matcher>Filter.FilterCommandLine. excludeFilterprivate java.util.List<Matcher>Filter.FilterCommandLine. includeFilter
-