net.sourceforge.pmd
Class RuleViolation
java.lang.Object
net.sourceforge.pmd.RuleViolation
- public class RuleViolation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuleViolation
public RuleViolation(Rule rule,
RuleContext ctx,
SimpleNode node)
RuleViolation
public RuleViolation(Rule rule,
RuleContext ctx,
SimpleNode node,
java.lang.String specificMsg)
getRule
public Rule getRule()
isSuppressed
public boolean isSuppressed()
getDescription
public java.lang.String getDescription()
getFilename
public java.lang.String getFilename()
getClassName
public java.lang.String getClassName()
getMethodName
public java.lang.String getMethodName()
getPackageName
public java.lang.String getPackageName()
getBeginLine
public int getBeginLine()
getEndLine
public int getEndLine()
getVariableName
public java.lang.String getVariableName()
toString
public java.lang.String toString()