T - net.sourceforge.pmd.RuleViolationpublic class ApexRuleViolation<T>
extends net.sourceforge.pmd.lang.rule.ParametricRuleViolation<net.sourceforge.pmd.lang.ast.Node>
| Constructor | Description |
|---|---|
ApexRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ctx,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message) |
|
ApexRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ctx,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine) |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isSupressed(net.sourceforge.pmd.lang.ast.Node node,
net.sourceforge.pmd.Rule rule) |
Check for suppression on this node, on parents, and on contained types
for ASTCompilationUnit
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexpandVariables, getBeginColumn, getBeginLine, getClassName, getDescription, getEndColumn, getEndLine, getFilename, getMethodName, getPackageName, getRule, getVariableName, getVariableValue, isSuppressed, isVariable, setLines, toStringpublic ApexRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ctx,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine)
public ApexRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ctx,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message)
Copyright © 2002–2018 PMD. All rights reserved.