public class FilterFactory
extends java.lang.Object
Constructor and Description |
---|
FilterFactory() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canFilter(Sortables s) |
static Matcher |
invertMatcher(Matcher originalMatcher) |
static Matcher |
makeAndMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) |
static Matcher |
makeMatcher(java.util.Collection<Sortables> sortables,
BugInstance bug) |
static Matcher |
makeOrMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) |
public static Matcher makeOrMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
public static Matcher makeAndMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
public static Matcher makeMatcher(java.util.Collection<Sortables> sortables, BugInstance bug)
public static boolean canFilter(Sortables s)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.