in src/main/java/org/apache/maven/plugins/pmd/CpdReportRenderer.java [55:68]
public CpdReportRenderer(
Sink sink,
I18N i18n,
Locale locale,
Map<File, PmdFileInfo> files,
Collection<Duplication> duplications,
boolean aggregate) {
super(sink);
this.i18n = i18n;
this.locale = locale;
this.files = files;
this.duplications = duplications;
this.aggregate = aggregate;
}