Uses of Package
net.sourceforge.pmd.reporting
-
Packages that use net.sourceforge.pmd.reporting Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cpd Token-based copy-paste detection.net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.ast.impl net.sourceforge.pmd.lang.ast.impl.antlr4 net.sourceforge.pmd.lang.ast.impl.javacc Support classes for language implementations based on JavaCC.net.sourceforge.pmd.lang.rule net.sourceforge.pmd.lang.rule.xpath net.sourceforge.pmd.lang.symboltable net.sourceforge.pmd.renderers net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd Class Description ConfigurableFileNameRenderer GlobalAnalysisListener Listens to an analysis.Report AReport
collects all information during a PMD execution.ReportStats Summarized info about a report. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.cpd Class Description Report.ProcessingError Represents a recovered error that occurred during analysis. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang Class Description GlobalAnalysisListener Listens to an analysis.Reportable Interface implemented by those objects that can be the target of aRuleViolation
.ViolationDecorator Adds additional key/value pairs to a violation in a language-specific manner.ViolationSuppressor An object that suppresses rule violations. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.ast Class Description Reportable Interface implemented by those objects that can be the target of aRuleViolation
. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.ast.impl Class Description Reportable Interface implemented by those objects that can be the target of aRuleViolation
. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.ast.impl.antlr4 Class Description Reportable Interface implemented by those objects that can be the target of aRuleViolation
. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.ast.impl.javacc Class Description Reportable Interface implemented by those objects that can be the target of aRuleViolation
. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.rule Class Description RuleContext The API for rules to report violations or errors during analysis. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.rule.xpath Class Description Reportable Interface implemented by those objects that can be the target of aRuleViolation
.RuleContext The API for rules to report violations or errors during analysis. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.lang.symboltable Class Description Reportable Interface implemented by those objects that can be the target of aRuleViolation
. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.renderers Class Description FileNameRenderer Strategy to render aFileId
into a display name.GlobalAnalysisListener Listens to an analysis.Report AReport
collects all information during a PMD execution.Report.ConfigurationError Represents a configuration error for a specific rule.Report.ProcessingError Represents a recovered error that occurred during analysis.Report.SuppressedViolation Represents a violation, that has been suppressed.RuleViolation A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints. -
Classes in net.sourceforge.pmd.reporting used by net.sourceforge.pmd.reporting Class Description FileAnalysisListener A handler for events occuring during analysis of a single file.FileNameRenderer Strategy to render aFileId
into a display name.GlobalAnalysisListener Listens to an analysis.ListenerInitializer An initializer forGlobalAnalysisListener
that gets notified of general analysis parameters.Report AReport
collects all information during a PMD execution.Report.ConfigurationError Represents a configuration error for a specific rule.Report.ProcessingError Represents a recovered error that occurred during analysis.Report.SuppressedViolation Represents a violation, that has been suppressed.Reportable Interface implemented by those objects that can be the target of aRuleViolation
.ReportStats Summarized info about a report.RuleContext The API for rules to report violations or errors during analysis.RuleViolation A RuleViolation is created by a Rule when it identifies a violation of the Rule constraints.ViolationDecorator Adds additional key/value pairs to a violation in a language-specific manner.ViolationSuppressor An object that suppresses rule violations.