Uses of Class
edu.umd.cs.findbugs.gui2.FilterMatcher
-
Packages that use FilterMatcher Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of FilterMatcher in edu.umd.cs.findbugs.gui2
Subclasses of FilterMatcher in edu.umd.cs.findbugs.gui2 Modifier and Type Class Description classDeadBugFilterclassStackedFilterMatcherDeprecated.Fields in edu.umd.cs.findbugs.gui2 declared as FilterMatcher Modifier and Type Field Description private FilterMatcher[]StackedFilterMatcher. filtersDeprecated.Fields in edu.umd.cs.findbugs.gui2 with type parameters of type FilterMatcher Modifier and Type Field Description private java.util.ArrayList<FilterMatcher>ProjectSettings. filtersDeprecated.The list of all defined filtersMethods in edu.umd.cs.findbugs.gui2 that return FilterMatcher Modifier and Type Method Description FilterMatcher[]StackedFilterMatcher. getFilters()Deprecated.Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type FilterMatcher Modifier and Type Method Description (package private) java.util.ArrayList<FilterMatcher>ProjectSettings. getAllFilters()Deprecated.Methods in edu.umd.cs.findbugs.gui2 with parameters of type FilterMatcher Modifier and Type Method Description voidProjectSettings. addFilter(FilterMatcher filter)Deprecated.voidProjectSettings. addFilters(FilterMatcher[] newFilters)Deprecated.intFilterMatcher. compareTo(FilterMatcher that)Deprecated.booleanProjectSettings. removeFilter(FilterMatcher filter)Deprecated.Constructors in edu.umd.cs.findbugs.gui2 with parameters of type FilterMatcher Constructor Description StackedFilterMatcher(FilterMatcher... filters)Deprecated.
-