|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DataSource | Represents a source file to be analyzed. |
ReportListener | |
Rule | |
TargetJDKVersion | Interface to create JDK-appropriate parsers. |
Class Summary | |
AbstractRule | |
CommandLineOptions | |
ExcludeLines | |
ExternalRuleID | |
FileDataSource | DataSource implementation to read data from a file. |
PMD | |
Report | |
Report.ProcessingError | |
Report.ReadableDuration | |
RuleContext | |
RuleSet | This class represents a Set of rules. |
RuleSetFactory | |
RuleViolation | |
RuleViolation.RuleViolationComparator | |
SimpleRuleSetNameMapper | |
TargetJDK1_3 | This is an implementation of TargetJDKVersion for
JDK 1.3. |
TargetJDK1_4 | This is an implementation of TargetJDKVersion for
JDK 1.4. |
TargetJDK1_5 | This is an implementation of TargetJDKVersion for
JDK 1.5. |
ZipDataSource | DataSource implementation to read data from an entry in a zip or jar file. |
Exception Summary | |
PMDException | A convenience exception wrapper. |
RuleSetNotFoundException |
This is the PMD programming mistake detector. In order to use it,
create a new instance of PMD
and use its
PMD.processFile(java.io.Reader, net.sourceforge.pmd.RuleSet, net.sourceforge.pmd.RuleContext)
method.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |