Uses of Class
edu.umd.cs.findbugs.filter.CompoundMatcher
Packages that use CompoundMatcher
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 CompoundMatcher in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type CompoundMatcherModifier and TypeFieldDescriptionprivate final Stack<CompoundMatcher> SAXBugCollectionHandler.matcherStackMethods in edu.umd.cs.findbugs with parameters of type CompoundMatcherModifier and TypeMethodDescriptionprivate voidSAXBugCollectionHandler.pushCompoundMatcher(CompoundMatcher m) private voidSAXBugCollectionHandler.pushCompoundMatcherAsChild(CompoundMatcher m) -
Uses of CompoundMatcher in edu.umd.cs.findbugs.filter
Subclasses of CompoundMatcher in edu.umd.cs.findbugs.filterModifier and TypeClassDescriptionclassclassFilter to match a subset of BugInstances.classclass