RuleViolationpublic class DaaRuleViolation extends JavaRuleViolation
beginColumn, beginLine, className, description, endColumn, endLine, filename, methodName, packageName, rule, suppressed| Constructor | Description |
|---|---|
DaaRuleViolation(Rule rule,
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(Rule rule, 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 RuleViolationgetVariableName in class net.sourceforge.pmd.lang.rule.ParametricRuleViolation<JavaNode>public java.lang.String getType()
Copyright © 2002–2018 PMD. All rights reserved.