Uses of Class
net.sourceforge.pmd.cpd.CPDReport
-
Packages that use CPDReport Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection. -
-
Uses of CPDReport in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return CPDReport Modifier and Type Method Description CPDReportCPDReport. filterMatches(Predicate<Match> filter)Creates a new CPD report taking all the information from this report, but filtering the matches.Methods in net.sourceforge.pmd.cpd with parameters of type CPDReport Modifier and Type Method Description voidCPDReportRenderer. render(CPDReport report, Writer writer)Write out the contents of the report to the given writer.voidCSVRenderer. render(CPDReport report, Writer writer)voidSimpleRenderer. render(CPDReport report, Writer writer0)voidVSRenderer. render(CPDReport report, Writer writer)voidXMLOldRenderer. render(CPDReport report, Writer writer)Deprecated.voidXMLRenderer. render(CPDReport report, Writer writer)default StringCPDReportRenderer. renderToString(CPDReport report)Call the other render method on a StringWriter.Method parameters in net.sourceforge.pmd.cpd with type arguments of type CPDReport Modifier and Type Method Description voidCpdAnalysis. performAnalysis(Consumer<CPDReport> consumer)
-