Class JavaRuleViolationFactory
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
-
- net.sourceforge.pmd.lang.java.rule.JavaRuleViolationFactory
-
- All Implemented Interfaces:
RuleViolationFactory
@Deprecated @InternalApi public final class JavaRuleViolationFactory extends AbstractRuleViolationFactory
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static RuleViolationFactory
INSTANCE
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected RuleViolation
createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message)
Deprecated.protected RuleViolation
createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message, int beginLine, int endLine)
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
addViolation, addViolation
-
-
-
-
Field Detail
-
INSTANCE
public static final RuleViolationFactory INSTANCE
Deprecated.
-
-
Method Detail
-
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message)
Deprecated.- Specified by:
createRuleViolation
in classAbstractRuleViolationFactory
-
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message, int beginLine, int endLine)
Deprecated.- Specified by:
createRuleViolation
in classAbstractRuleViolationFactory
-
-