Groovy Documentation

groovy.org.codenarc.analyzer
[Groovy] Class AbstractSourceAnalyzer

java.lang.Object
  groovy.org.codenarc.analyzer.AbstractSourceAnalyzer
All Implemented Interfaces:
SourceAnalyzer

@SuppressWarnings('AbstractClassWithoutAbstractMethod')
abstract class AbstractSourceAnalyzer

Common functionality for SourceAnalyzers.


Method Summary
protected List collectViolations(SourceCode sourceCode, RuleSet ruleSet)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

collectViolations

protected List collectViolations(SourceCode sourceCode, RuleSet ruleSet)


 

Groovy Documentation