public class FilterFactory extends Object
| Constructor and Description |
|---|
FilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canFilter(Sortables s) |
static Matcher |
invertMatcher(Matcher originalMatcher) |
static Matcher |
makeAndMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) |
static Matcher |
makeMatcher(Collection<Sortables> sortables,
BugInstance bug) |
static Matcher |
makeOrMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) |
public static Matcher makeOrMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
public static Matcher makeAndMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
public static Matcher makeMatcher(Collection<Sortables> sortables, BugInstance bug)
public static boolean canFilter(Sortables s)
Copyright © 2003–2015. All rights reserved.