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. matcherStackMethods in edu.umd.cs.findbugs with parameters of type CompoundMatcher Modifier and Type Method Description private 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.filter Modifier and Type Class Description classAndMatcherclassFilterFilter to match a subset of BugInstances.classNotMatcherclassOrMatcher
-