net.sourceforge.pmd.lang.java.rule
Class JavaRuleViolationFactory
java.lang.Object
net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory
- All Implemented Interfaces:
- RuleViolationFactory
public final class JavaRuleViolationFactory
- extends AbstractRuleViolationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final RuleViolationFactory INSTANCE
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message)
- Specified by:
createRuleViolation
in class AbstractRuleViolationFactory
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message,
int beginLine,
int endLine)
- Specified by:
createRuleViolation
in class AbstractRuleViolationFactory
Copyright © 2002-2016 InfoEther. All Rights Reserved.