edu.umd.cs.findbugs

Class WarningSuppressor

    • Constructor Detail

      • WarningSuppressor

        public WarningSuppressor(String bugPattern)
    • 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
        Parameters:
        bugInstance - the BugInstance
        Returns:
        true if the BugInstance matches, false if not

Copyright © 2003–2015. All rights reserved.