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 ReportReport. createReport(RuleContext ctx, String fileName)Creates a new, initialized, empty report for the given file name.ReportRuleContext. getReport()Get the Report to which Rule Violations are sent.Methods in net.sourceforge.pmd with parameters of type Report Modifier and Type Method Description voidReport. merge(Report r)Merges the given report into this report.voidRuleContext. setReport(Report report)Set the Report to which Rule Violations are sent. -
Uses of Report in net.sourceforge.pmd.ant
Methods in net.sourceforge.pmd.ant with parameters of type Report Modifier and Type Method Description voidFormatter. 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 ReportPmdRunnable. call()Methods in net.sourceforge.pmd.processor with parameters of type Report Modifier and Type Method Description protected RuleSetsAbstractPMDProcessor. createRuleSets(RuleSetFactory factory, Report report)Create instances for each rule defined in the ruleset(s) in the configuration.voidAbstractPMDProcessor. renderReports(List<Renderer> renderers, Report report) -
Uses of Report in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers declared as Report Modifier and Type Field Description protected ReportAbstractAccumulatingRenderer. reportThe accumulated Report.Methods in net.sourceforge.pmd.renderers with parameters of type Report Modifier and Type Method Description voidHTMLRenderer. renderBody(Writer writer, Report report)Write the body of the main body of the HTML content.voidAbstractAccumulatingRenderer. renderFileReport(Report report)voidAbstractIncrementingRenderer. renderFileReport(Report report)voidEmptyRenderer. renderFileReport(Report report)voidRenderer. renderFileReport(Report report)Render the given file Report.
-