Class CpdReportGenerator

java.lang.Object
org.apache.maven.plugins.pmd.CpdReportGenerator

public class CpdReportGenerator extends Object
Class that generated the CPD report.
Version:
$Id$
Author:
mperham
  • Constructor Details

  • Method Details

    • beginDocument

      public void beginDocument()
      Method that generates the start of the CPD report.
    • generate

      public void generate(List<Duplication> duplications)
      Method that generates the contents of the CPD report
      Parameters:
      duplications - the found duplications