@java.lang.SuppressWarnings(value: [AbstractClassWithoutAbstractMethod, Println]) abstract class AbstractSourceAnalyzer extends java.lang.Object implements SourceAnalyzer
Common functionality for SourceAnalyzers.
Modifiers | Name | Description |
---|---|---|
protected java.util.Map<Rule, java.lang.Long> |
ruleProcessingTimes |
Constructor and description |
---|
AbstractSourceAnalyzer
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.util.List<Violation> |
collectViolations(SourceCode sourceCode, RuleSet ruleSet) |
|
protected void |
measureRuleProcessingTime(Rule rule, groovy.lang.Closure closure) |
|
protected void |
printRuleProcessingTimes() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |