|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.org.codenarc.analyzer.SuppressionAnalyzer
public class SuppressionAnalyzer
This class encapsulates all of the logic for determining if an rule is suppressed or not.
| Constructor Summary | |
SuppressionAnalyzer(SourceCode source)
|
|
| Method Summary | |
|---|---|
List
|
filterSuppressedViolations(Iterable violations)
|
boolean
|
isRuleSuppressed(Rule rule)
|
boolean
|
isViolationSuppressed(Violation violation)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public SuppressionAnalyzer(SourceCode source)
| Method Detail |
|---|
public List filterSuppressedViolations(Iterable violations)
public boolean isRuleSuppressed(Rule rule)
public boolean isViolationSuppressed(Violation violation)
Groovy Documentation