net.sourceforge.pmd.lang.rule
Interface RuleViolationFactory
- All Known Implementing Classes:
- AbstractRuleViolationFactory
public interface RuleViolationFactory
This class handles of producing a Language specific RuleViolation and adding
to a Report.
|
Method Summary |
void |
addViolation(RuleContext ruleContext,
Rule rule,
Node node,
String message,
int beginLine,
int endLine,
Object[] args)
|
void |
addViolation(RuleContext ruleContext,
Rule rule,
Node node,
String message,
Object[] args)
Adds a violation to the report. |
addViolation
void addViolation(RuleContext ruleContext,
Rule rule,
Node node,
String message,
Object[] args)
- Adds a violation to the report.
- Parameters:
ruleContext - the RuleContextrule - the rulenode - the node that produces the violationmessage - specific message to put in the reportargs - arguments to embed in the rule violation message
addViolation
void addViolation(RuleContext ruleContext,
Rule rule,
Node node,
String message,
int beginLine,
int endLine,
Object[] args)
Copyright © 2002-2015 InfoEther. All Rights Reserved.