|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Violation | |
---|---|
org.codenarc.report | |
org.codenarc.rule | |
org.codenarc.rule.unnecessary |
Uses of Violation in org.codenarc.report |
---|
Methods in org.codenarc.report with parameters of type Violation | |
---|---|
protected java.lang.Object |
XmlReportWriter.buildMessageElement(Violation violation)
|
protected java.lang.Object |
XmlReportWriter.buildSourceLineElement(Violation violation)
|
protected java.lang.Object |
InlineXmlReportWriter.buildViolationElement(Violation violation)
|
protected java.lang.Object |
XmlReportWriter.buildViolationElement(Violation violation)
|
Uses of Violation in org.codenarc.rule |
---|
Methods in org.codenarc.rule that return Violation | |
---|---|
protected Violation |
AbstractRule.createViolation(java.lang.Integer lineNumber)
|
protected Violation |
AbstractRule.createViolation(java.lang.Integer lineNumber,
java.lang.String sourceLine)
|
protected Violation |
AbstractRule.createViolation(java.lang.Integer lineNumber,
java.lang.String sourceLine,
java.lang.String message)
|
protected Violation |
AbstractRule.createViolation(SourceCode sourceCode,
org.codehaus.groovy.ast.ASTNode node)
|
protected Violation |
AbstractRule.createViolation(SourceCode sourceCode,
org.codehaus.groovy.ast.ASTNode node,
java.lang.Object message)
|
protected Violation |
AbstractRule.createViolationForImport(SourceCode sourceCode,
org.codehaus.groovy.ast.ImportNode importNode)
|
protected Violation |
AbstractRule.createViolationForImport(SourceCode sourceCode,
java.lang.String className,
java.lang.String alias)
|
Methods in org.codenarc.rule with parameters of type Violation | |
---|---|
protected void |
AbstractAstVisitor.addViolation(Violation violation)
|
Uses of Violation in org.codenarc.rule.unnecessary |
---|
Methods in org.codenarc.rule.unnecessary that return types with arguments of type Violation | |
---|---|
java.util.List<Violation> |
UnnecessarySemicolonRule.getTemporaryViolations()
|
Method parameters in org.codenarc.rule.unnecessary with type arguments of type Violation | |
---|---|
void |
UnnecessarySemicolonRule.setTemporaryViolations(java.util.List<Violation> value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |