This class encapsulates all of the logic for determining if an rule is suppressed or not.
Constructor and description |
---|
SuppressionAnalyzer
(SourceCode source) |
Type | Name and description |
---|---|
List<Violation> |
filterSuppressedViolations(Iterable<Violation> violations) |
boolean |
isRuleSuppressed(Rule rule) |
boolean |
isViolationSuppressed(Violation violation) |