Uses of Class
net.sourceforge.pmd.reporting.Report
-
Packages that use Report Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.renderers net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of Report in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return Report Modifier and Type Method Description ReportPmdAnalysis. performAnalysisAndCollectReport()Run PMD with the current state of this instance. -
Uses of Report in net.sourceforge.pmd.renderers
Methods in net.sourceforge.pmd.renderers with parameters of type Report Modifier and Type Method Description protected abstract voidAbstractAccumulatingRenderer. outputReport(Report report)Output the report, called once at the end of the analysis.voidSummaryHTMLRenderer. outputReport(Report report)voidTextColorRenderer. outputReport(Report report)voidYAHTMLRenderer. outputReport(Report report)voidHTMLRenderer. renderBody(PrintWriter writer, Report report)Write the body of the main body of the HTML content.voidAbstractAccumulatingRenderer. renderFileReport(Report report)Render the given file Report.voidAbstractIncrementingRenderer. renderFileReport(Report report)voidEmptyRenderer. renderFileReport(Report report)voidRenderer. renderFileReport(Report report)Render the given file Report. -
Uses of Report in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting that return Report Modifier and Type Method Description static ReportReport. buildReport(Consumer<? super FileAnalysisListener> lambda)Create a report by making side effects on aFileAnalysisListener.ReportReport. filterViolations(Predicate<RuleViolation> filter)Creates a new report taking all the information from this report, but filtering the violations.ReportReport.GlobalReportBuilderListener. getResultImpl()protected ReportReport.ReportBuilderListener. getResultImpl()ReportReport. union(Report other)Creates a new report by combining this report with another report.Methods in net.sourceforge.pmd.reporting with parameters of type Report Modifier and Type Method Description ReportReport. union(Report other)Creates a new report by combining this report with another report.
-