Uses of Class
edu.umd.cs.findbugs.filter.CompoundMatcher
-
Packages that use CompoundMatcher 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 -
-
Uses of CompoundMatcher in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type CompoundMatcher Modifier and Type Field Description private java.util.Stack<CompoundMatcher>
SAXBugCollectionHandler. matcherStack
Methods in edu.umd.cs.findbugs with parameters of type CompoundMatcher Modifier and Type Method Description private 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.filter Modifier and Type Class Description class
AndMatcher
class
Filter
Filter to match a subset of BugInstances.class
NotMatcher
class
OrMatcher
-