Package | Description |
---|---|
net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
net.sourceforge.pmd.benchmark |
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<DataSource> |
PMD.getURIDataSources(java.lang.String uriString) |
Parses the given string as a database uri and returns a list of
datasources.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Benchmarker.main(java.lang.String[] args) |
Copyright © 2002–2018 PMD. All rights reserved.