Class JspRuleViolationFactory
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
-
- net.sourceforge.pmd.lang.jsp.rule.JspRuleViolationFactory
-
- All Implemented Interfaces:
RuleViolationFactory
@Deprecated @InternalApi public final class JspRuleViolationFactory extends AbstractRuleViolationFactory
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static RuleViolationFactoryINSTANCEDeprecated.
-
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 RuleViolationFactory 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
-
-