public final class JavaRuleViolationFactory extends net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
Modifier and Type | Field | Description |
---|---|---|
static net.sourceforge.pmd.lang.rule.RuleViolationFactory |
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
protected RuleViolation |
createRuleViolation(Rule rule,
RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message) |
|
protected RuleViolation |
createRuleViolation(Rule rule,
RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine) |
addViolation, addViolation
public static final net.sourceforge.pmd.lang.rule.RuleViolationFactory INSTANCE
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, net.sourceforge.pmd.lang.ast.Node node, java.lang.String message)
createRuleViolation
in class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, net.sourceforge.pmd.lang.ast.Node node, java.lang.String message, int beginLine, int endLine)
createRuleViolation
in class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
Copyright © 2002–2018 PMD. All rights reserved.