net.sourceforge.pmd
public class RuleViolation extends Object
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 | getBeginLine() |
String | getClassName() |
String | getDescription() |
int | getEndLine() |
String | getFilename() |
String | getMethodName() |
String | getPackageName() |
Rule | getRule() |
String | getVariableName() |
boolean | isSuppressed() |
String | toString() |