|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleViolation | |
net.sourceforge.pmd | This is the PMD programming mistake detector. |
net.sourceforge.pmd.dfa.report |
Uses of RuleViolation in net.sourceforge.pmd |
Methods in net.sourceforge.pmd that return RuleViolation | |
RuleViolation |
AbstractRule.createRuleViolation(RuleContext ctx,
SimpleNode node)
|
RuleViolation |
AbstractRule.createRuleViolation(RuleContext ctx,
SimpleNode node,
java.lang.String specificDescription)
|
RuleViolation |
AbstractRule.createRuleViolation(RuleContext ctx,
SimpleNode node,
java.lang.String variableName,
java.lang.String specificDescription)
|
Methods in net.sourceforge.pmd with parameters of type RuleViolation | |
void |
Report.addRuleViolation(RuleViolation violation)
|
void |
ReportListener.ruleViolationAdded(RuleViolation ruleViolation)
|
Uses of RuleViolation in net.sourceforge.pmd.dfa.report |
Methods in net.sourceforge.pmd.dfa.report that return RuleViolation | |
RuleViolation |
ViolationNode.getRuleViolation()
|
Methods in net.sourceforge.pmd.dfa.report with parameters of type RuleViolation | |
void |
ReportTree.addRuleViolation(RuleViolation violation)
Adds the RuleViolation to the tree. |
Constructors in net.sourceforge.pmd.dfa.report with parameters of type RuleViolation | |
ViolationNode(RuleViolation violation)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |