@SuppressWarnings('AbstractClassWithoutAbstractMethod') abstract class AbstractSourceAnalyzer
Common functionality for SourceAnalyzers.
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected List<Violation> |
collectViolations(SourceCode sourceCode, RuleSet ruleSet) |