Class StackedFilterMatcher
java.lang.Object
edu.umd.cs.findbugs.gui2.FilterMatcher
edu.umd.cs.findbugs.gui2.StackedFilterMatcher
- All Implemented Interfaces:
Matcher, Serializable, Comparable<FilterMatcher>
Deprecated.
Filter out bugs which fail (match) all filters. This is what happens when you
filter out a branch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class FilterMatcher
FilterMatcher.FilterWhere -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FilterMatcher[]Deprecated.private static final longDeprecated.Fields inherited from class FilterMatcher
active -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.(package private) SortablesDeprecated.Deprecated.(package private) StringgetValue()Deprecated.inthashCode()Deprecated.static voidDeprecated.booleanmatch(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.voidsetActive(boolean active) Deprecated.toString()Deprecated.Methods inherited from class FilterMatcher
compareTo, isActive, writeXML
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
filters
Deprecated.
-
-
Constructor Details
-
StackedFilterMatcher
Deprecated.
-
-
Method Details
-
getFilterBy
-
getValue
-
setActive
-
getFilters
Deprecated. -
match
Deprecated.Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for.- Specified by:
matchin interfaceMatcher- Overrides:
matchin classFilterMatcher- Parameters:
bugInstance- the BugInstance- Returns:
- true if the BugInstance matches, false if not
-
toString
-
equals
-
hashCode
-
main
Deprecated.
-