Uses of Package
net.sourceforge.pmd
-
Packages that use net.sourceforge.pmd Package Description net.sourceforge.pmd net.sourceforge.pmd.lang.rule net.sourceforge.pmd.lang.rule.xpath net.sourceforge.pmd.renderers net.sourceforge.pmd.reporting -
Classes in net.sourceforge.pmd used by net.sourceforge.pmd Class Description PmdAnalysis Main programmatic API of PMD.PMDConfiguration This class contains the details for the runtime configuration of a PMD run.Report AReport
collects all information during a PMD execution.Report.ConfigurationError Represents a configuration error.Report.ProcessingError Represents a processing error, such as a parse error.Report.SuppressedViolation Represents a violation, that has been suppressed.Rule This is the basic Rule interface for PMD rules.RulePriority These are the possible Rule priority values.RuleSetLoader RuleSetReferenceId RuleSets Grouping of Rules per Language in a RuleSet.RuleViolation A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints. -
Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule Class Description Rule This is the basic Rule interface for PMD rules. -
Classes in net.sourceforge.pmd used by net.sourceforge.pmd.lang.rule.xpath Class Description Rule This is the basic Rule interface for PMD rules. -
Classes in net.sourceforge.pmd used by net.sourceforge.pmd.renderers Class Description Report AReport
collects all information during a PMD execution. -
Classes in net.sourceforge.pmd used by net.sourceforge.pmd.reporting Class Description Report AReport
collects all information during a PMD execution.Report.ConfigurationError Represents a configuration error.Report.GlobalReportBuilderListener AGlobalAnalysisListener
that accumulates the events of all files into aReport
.Report.ProcessingError Represents a processing error, such as a parse error.Report.ReportBuilderListener AFileAnalysisListener
that accumulates events into aReport
.Report.SuppressedViolation Represents a violation, that has been suppressed.Rule This is the basic Rule interface for PMD rules.RuleViolation A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints.