Uses of Class
net.sourceforge.pmd.Report
-
Packages that use Report Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.ant net.sourceforge.pmd.processor net.sourceforge.pmd.renderers -
-
Uses of Report in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return Report Modifier and Type Method Description static Report
Report. createReport(RuleContext ctx, String fileName)
Deprecated.Is internal APIReport
Report. filterViolations(Predicate<RuleViolation> filter)
Creates a new report taking all the information from this report, but filtering the violations.Report
RuleContext. getReport()
Deprecated.Internal API, removed in PMD 7Report
PmdAnalysis. performAnalysisAndCollectReport()
Run PMD with the current state of this instance.static Report
PMD. processFiles(PMDConfiguration configuration, List<RuleSet> rulesets, Collection<? extends DataSource> files, List<Renderer> renderers)
Deprecated.UsePmdAnalysis
Report
Report. union(Report other)
Creates a new report by combining this report with another report.Methods in net.sourceforge.pmd with parameters of type Report Modifier and Type Method Description void
Report. merge(Report r)
Deprecated.Internal APIvoid
RuleContext. setReport(Report report)
Deprecated.Internal API, removed in PMD 7Report
Report. union(Report other)
Creates a new report by combining this report with another report. -
Uses of Report in net.sourceforge.pmd.ant
Methods in net.sourceforge.pmd.ant with parameters of type Report Modifier and Type Method Description void
Formatter. end(Report errorReport)
-
Uses of Report in net.sourceforge.pmd.processor
Methods in net.sourceforge.pmd.processor that return Report Modifier and Type Method Description Report
PmdRunnable. call()
Deprecated.Methods in net.sourceforge.pmd.processor with parameters of type Report Modifier and Type Method Description protected RuleSets
AbstractPMDProcessor. createRuleSets(RuleSetFactory factory, Report report)
Deprecated.Rulesets are created upstream of the PMDProcessor now.void
AbstractPMDProcessor. renderReports(List<Renderer> renderers, Report report)
Deprecated.static void
AbstractPMDProcessor. reportBrokenRules(Report report, RuleSets rs)
Deprecated. -
Uses of Report in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers declared as Report Modifier and Type Field Description protected Report
AbstractAccumulatingRenderer. report
The accumulated Report.Methods in net.sourceforge.pmd.renderers with parameters of type Report Modifier and Type Method Description void
HTMLRenderer. renderBody(Writer writer, Report report)
Write the body of the main body of the HTML content.void
AbstractAccumulatingRenderer. renderFileReport(Report report)
Deprecated.This is internal API.void
AbstractIncrementingRenderer. renderFileReport(Report report)
void
EmptyRenderer. renderFileReport(Report report)
void
Renderer. renderFileReport(Report report)
Render the given file Report.
-