Class DeadBugFilter

    • Constructor Detail

      • DeadBugFilter

        public DeadBugFilter​(Sortables filterBy,
                             java.lang.String value,
                             edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
        Parameters:
        filterBy -
        value -
        mode -
    • Method Detail

      • match

        public boolean match​(BugInstance bugInstance)
        Description copied from interface: Matcher
        Determine whether or not the given BugInstance has the feature this Matcher tests for.
        Specified by:
        match in interface Matcher
        Overrides:
        match in class FilterMatcher
        Parameters:
        bugInstance - the BugInstance
        Returns:
        true if the BugInstance matches, false if not