public class CpdReportGenerator extends Object
Constructor and Description |
---|
CpdReportGenerator(Sink sink,
Map<File,PmdFileInfo> fileMap,
ResourceBundle bundle,
boolean aggregate) |
Modifier and Type | Method and Description |
---|---|
void |
beginDocument()
Method that generates the start of the CPD report.
|
void |
generate(Iterator<net.sourceforge.pmd.cpd.Match> matches)
Method that generates the contents of the CPD report
|
public CpdReportGenerator(Sink sink, Map<File,PmdFileInfo> fileMap, ResourceBundle bundle, boolean aggregate)
public void beginDocument()
public void generate(Iterator<net.sourceforge.pmd.cpd.Match> matches)
matches
- the found duplicationsCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.