Class PackageWarningSuppressor

    • Field Detail

      • packageName

        java.lang.String packageName
    • Constructor Detail

      • PackageWarningSuppressor

        public PackageWarningSuppressor​(java.lang.String bugPattern,
                                        SuppressMatchType matchType,
                                        java.lang.String packageName)
    • Method Detail

      • getPackageName

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