public class SuppressionAnalyzer extends Object
| Constructor and Description |
|---|
SuppressionAnalyzer(SourceCode source) |
| Modifier and Type | Method and Description |
|---|---|
List<Violation> |
filterSuppressedViolations(Iterable<Violation> violations) |
boolean |
isRuleSuppressed(Rule rule) |
boolean |
isViolationSuppressed(Violation violation) |
public SuppressionAnalyzer(SourceCode source)
Copyright © 2021. All rights reserved.