|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.RuleViolation
Nested Class Summary | |
static class |
RuleViolation.RuleViolationComparator
|
Constructor Summary | |
RuleViolation(Rule rule,
int line,
RuleContext ctx)
|
|
RuleViolation(Rule rule,
int line,
java.lang.String specificDescription,
RuleContext ctx)
|
Method Summary | |
java.lang.String |
getDescription()
|
java.lang.String |
getFilename()
|
int |
getLine()
|
Rule |
getRule()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuleViolation(Rule rule, int line, RuleContext ctx)
public RuleViolation(Rule rule, int line, java.lang.String specificDescription, RuleContext ctx)
Method Detail |
public Rule getRule()
public int getLine()
public java.lang.String getDescription()
public java.lang.String getFilename()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |