Package edu.umd.cs.findbugs.gui2
Class FilterFactory
java.lang.Object
edu.umd.cs.findbugs.gui2.FilterFactory
- Author:
- pugh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
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)
-
Constructor Details
-
FilterFactory
public FilterFactory()
-
-
Method Details
-
makeOrMatcher
public static Matcher makeOrMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) -
makeAndMatcher
public static Matcher makeAndMatcher(Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables) -
invertMatcher
-
makeMatcher
-
canFilter
-