net.sourceforge.pmd
public class RuleViolation extends Object implements IRuleViolation
| Nested Class Summary | |
|---|---|
| static class | RuleViolation.RuleViolationComparator |
| Constructor Summary | |
|---|---|
| RuleViolation(Rule rule, RuleContext ctx, SimpleNode node) | |
| RuleViolation(Rule rule, RuleContext ctx, SimpleNode node, String specificMsg) | |
| Method Summary | |
|---|---|
| int | getBeginColumn() |
| int | getBeginLine() |
| String | getClassName() |
| String | getDescription() |
| int | getEndColumn() |
| int | getEndLine() |
| String | getFilename() |
| String | getMethodName() |
| String | getPackageName() |
| Rule | getRule() |
| String | getVariableName() |
| boolean | isSuppressed() |