net.sourceforge.pmd.lang.rule.RuleViolationFactorypublic static class DummyLanguageModule.RuleViolationFactory
extends net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
| Constructor | Description |
|---|---|
RuleViolationFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
protected net.sourceforge.pmd.RuleViolation |
createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message) |
|
protected net.sourceforge.pmd.RuleViolation |
createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine) |
protected net.sourceforge.pmd.RuleViolation createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message)
createRuleViolation in class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactoryprotected net.sourceforge.pmd.RuleViolation createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine)
createRuleViolation in class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactoryCopyright © 2002–2018 PMD. All rights reserved.