Methods in net.sourceforge.pmd with parameters of type RuleContext |
void |
AbstractRule.apply(java.util.List acus,
RuleContext ctx)
|
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)
|
protected void |
AbstractRule.visitAll(java.util.List acus,
RuleContext ctx)
|
void |
PMD.processFile(java.io.Reader reader,
RuleSet ruleSet,
RuleContext ctx)
Processes the file read by the reader agains the rule set. |
void |
PMD.processFile(java.io.InputStream fileContents,
java.lang.String encoding,
RuleSet ruleSet,
RuleContext ctx)
Processes the input stream agains a rule set using the given input
encoding. |
void |
PMD.processFile(java.io.InputStream fileContents,
RuleSet ruleSet,
RuleContext ctx)
Processes the input stream against a rule set assuming the platform
character set. |
void |
Rule.apply(java.util.List astCompilationUnits,
RuleContext ctx)
|
void |
RuleSet.apply(java.util.List acuList,
RuleContext ctx)
|
Constructors in net.sourceforge.pmd with parameters of type RuleContext |
RuleViolation(Rule rule,
int line,
RuleContext ctx,
java.lang.String packageName,
java.lang.String className,
java.lang.String methodName)
|
RuleViolation(Rule rule,
int line,
java.lang.String specificDescription,
RuleContext ctx,
java.lang.String packageName,
java.lang.String className,
java.lang.String methodName)
|
RuleViolation(Rule rule,
int line,
int line2,
java.lang.String variableName,
java.lang.String specificDescription,
RuleContext ctx,
java.lang.String packageName,
java.lang.String className,
java.lang.String methodName)
|
RuleViolation(Rule rule,
int line,
java.lang.String specificDescription,
RuleContext ctx)
|
RuleViolation(AbstractRule rule,
RuleContext ctx,
java.lang.String packageName,
java.lang.String className,
java.lang.String methodName)
|