Package edu.umd.cs.findbugs.gui2
Class FilterFactory
java.lang.Object
edu.umd.cs.findbugs.gui2.FilterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static Matcher
invertMatcher
(Matcher originalMatcher) static Matcher
makeAndMatcher
(Collection<BugAspects.SortableValue> sortables) private static Matcher
private static Matcher
makeMatcher
(Sortables s, BugInstance bug) private static Matcher
makeMatcher
(Collection<BugAspects.SortableValue> sortables, boolean andOr) static Matcher
makeMatcher
(Collection<Sortables> sortables, BugInstance bug) static Matcher
makeOrMatcher
(Collection<BugAspects.SortableValue> sortables)
-
Constructor Details
-
FilterFactory
public FilterFactory()
-
-
Method Details
-
makeOrMatcher
-
makeAndMatcher
-
invertMatcher
-
makeMatcher
-
makeMatcher
-
canFilter
-
makeMatcher
-
makeMatcher
-