Groovy Documentation

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

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

@SuppressWarnings('AbstractClassWithoutAbstractMethod')
abstract class BaseSourceAnalyzer

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