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