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