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.matcherStack
Methods in edu.umd.cs.findbugs with parameters of type CompoundMatcherModifier and TypeMethodDescriptionprivate void
SAXBugCollectionHandler.pushCompoundMatcher
(CompoundMatcher m) private void
SAXBugCollectionHandler.pushCompoundMatcherAsChild
(CompoundMatcher m) -
Uses of CompoundMatcher in edu.umd.cs.findbugs.filter
Subclasses of CompoundMatcher in edu.umd.cs.findbugs.filterModifier and TypeClassDescriptionclass
class
Filter to match a subset of BugInstances.class
class