net.sourceforge.pmd.RuleViolationpublic class DaaRuleViolation extends JavaRuleViolation
| Constructor | Description |
|---|---|
DaaRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ctx,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String type,
java.lang.String msg,
java.lang.String var,
int beginLine,
int endLine) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getType() |
|
java.lang.String |
getVariableName() |
isSupressedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexpandVariables, getBeginColumn, getBeginLine, getClassName, getDescription, getEndColumn, getEndLine, getFilename, getMethodName, getPackageName, getRule, getVariableValue, isSuppressed, isVariable, setLines, toStringpublic DaaRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ctx,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String type,
java.lang.String msg,
java.lang.String var,
int beginLine,
int endLine)
public java.lang.String getVariableName()
getVariableName in interface net.sourceforge.pmd.RuleViolationgetVariableName in class net.sourceforge.pmd.lang.rule.ParametricRuleViolation<JavaNode>public java.lang.String getType()
Copyright © 2002–2018 PMD. All rights reserved.