Package | Description |
---|---|
net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
net.sourceforge.pmd.processor |
Modifier and Type | Method and Description |
---|---|
RuleSets |
RuleSetFactory.createRuleSets(java.util.List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.
|
RuleSets |
RuleSetFactory.createRuleSets(java.lang.String referenceString)
Create a RuleSets from a comma separated list of RuleSet reference IDs.
|
static RuleSets |
RulesetsFactoryUtils.getRuleSets(java.lang.String rulesets,
RuleSetFactory factory)
Creates a new rulesets with the given string.
|
static RuleSets |
RulesetsFactoryUtils.getRuleSetsWithBenchmark(java.lang.String rulesets,
RuleSetFactory factory)
|
Modifier and Type | Method and Description |
---|---|
void |
SourceCodeProcessor.processSourceCode(java.io.InputStream sourceCode,
RuleSets ruleSets,
RuleContext ctx)
Processes the input stream against a rule set using the given input encoding.
|
void |
SourceCodeProcessor.processSourceCode(java.io.Reader sourceCode,
RuleSets ruleSets,
RuleContext ctx)
Processes the input stream against a rule set using the given input encoding.
|
static Report |
PMD.setupReport(RuleSets rs,
RuleContext ctx,
java.lang.String fileName)
Create a report, filter out any defective rules, and keep a record of
them.
|
Modifier and Type | Method and Description |
---|---|
protected RuleSets |
AbstractPMDProcessor.createRuleSets(RuleSetFactory factory) |
Copyright © 2002-2014 InfoEther. All Rights Reserved.