Class DaaRuleViolation
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.ParametricRuleViolation<JavaNode>
-
- net.sourceforge.pmd.lang.java.rule.JavaRuleViolation
-
- net.sourceforge.pmd.lang.java.rule.errorprone.DaaRuleViolation
-
- All Implemented Interfaces:
RuleViolation
@Deprecated public class DaaRuleViolation extends JavaRuleViolation
Deprecated.SeeRuleViolation
The RuleViolation is extended by the VariableName. The VariableName is required for showing what variable produces the UR DD or DU anomaly.- Author:
- Sven Jacob, Brian Remedios
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.rule.ParametricRuleViolation
beginColumn, beginLine, className, description, endColumn, endLine, filename, methodName, packageName, rule, suppressed
-
Fields inherited from interface net.sourceforge.pmd.RuleViolation
DEFAULT_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description DaaRuleViolation(Rule rule, RuleContext ctx, Node node, String type, String msg, String var, int beginLine, int endLine)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getType()
Deprecated.String
getVariableName()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.java.rule.JavaRuleViolation
isSupressed
-
Methods inherited from class net.sourceforge.pmd.lang.rule.ParametricRuleViolation
expandVariables, getBeginColumn, getBeginLine, getClassName, getDescription, getEndColumn, getEndLine, getFilename, getMethodName, getPackageName, getRule, getVariableValue, isSuppressed, isVariable, setLines, toString
-
-
-
-
Method Detail
-
getVariableName
public String getVariableName()
Deprecated.- Specified by:
getVariableName
in interfaceRuleViolation
- Overrides:
getVariableName
in classParametricRuleViolation<JavaNode>
-
getType
public String getType()
Deprecated.
-
-