Class EcmascriptRuleViolationFactory
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
-
- net.sourceforge.pmd.lang.ecmascript.rule.EcmascriptRuleViolationFactory
-
- All Implemented Interfaces:
RuleViolationFactory
@Deprecated @InternalApi public final class EcmascriptRuleViolationFactory extends AbstractRuleViolationFactory
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static EcmascriptRuleViolationFactoryINSTANCEDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected RuleViolationcreateRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message)Deprecated.protected RuleViolationcreateRuleViolation(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 EcmascriptRuleViolationFactory INSTANCE
Deprecated.
-
-
Method Detail
-
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message)
Deprecated.- Specified by:
createRuleViolationin classAbstractRuleViolationFactory
-
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message, int beginLine, int endLine)
Deprecated.- Specified by:
createRuleViolationin classAbstractRuleViolationFactory
-
-