Uses of Class
net.sourceforge.pmd.Report

Packages that use Report
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
static Report Report.createReport(RuleContext ctx, String fileName)
          Creates a new, initialized, empty report for the given file name.
 Report RuleContext.getReport()
          Get the Report to which Rule Violations are sent.
static Report PMD.setupReport(RuleSets rs, RuleContext ctx, String fileName)
          Create a report, filter out any defective rules, and keep a record of them.
 

Methods in net.sourceforge.pmd with parameters of type Report
 void Report.merge(Report r)
          Merges the given report into this report.
 void RuleContext.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
 void Formatter.end(Report errorReport)
           
 

Uses of Report in net.sourceforge.pmd.processor
 

Methods in net.sourceforge.pmd.processor that return Report
 Report PmdRunnable.call()
           
 

Methods in net.sourceforge.pmd.processor with parameters of type Report
 void AbstractPMDProcessor.renderReports(List<Renderer> renderers, Report report)
           
 

Uses of Report in net.sourceforge.pmd.renderers
 

Fields in net.sourceforge.pmd.renderers declared as Report
protected  Report AbstractAccumulatingRenderer.report
          The accumulated Report.
 

Methods in net.sourceforge.pmd.renderers with parameters of type Report
 void HTMLRenderer.renderBody(Writer writer, Report report)
          Write the body of the main body of the HTML content.
 void AbstractAccumulatingRenderer.renderFileReport(Report report)
          Render the given file Report.
 void AbstractIncrementingRenderer.renderFileReport(Report report)
          Render the given file Report.
 void Renderer.renderFileReport(Report report)
          Render the given file Report.
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.