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