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