Uses of Class
net.sourceforge.pmd.cpd.CpdAnalysis
-
Packages that use CpdAnalysis Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection. -
-
Uses of CpdAnalysis in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return CpdAnalysis Modifier and Type Method Description static CpdAnalysis
CpdAnalysis. create(CPDConfiguration config)
Create a new instance from the given configuration.
-