net.sourceforge.pmd
public interface IRuleViolation
| 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() |