Class SuppressionAnalyzer


  • public class SuppressionAnalyzer
    extends Object
    This class encapsulates all of the logic for determining if an rule is suppressed or not.
    • Constructor Detail

      • SuppressionAnalyzer

        public SuppressionAnalyzer​(SourceCode source)
    • Method Detail

      • isRuleSuppressed

        public boolean isRuleSuppressed​(Rule rule)
      • isViolationSuppressed

        public boolean isViolationSuppressed​(Violation violation)