Dec 18
I tried Maven plugins for code analysis and finding duplicate/similar code.
CPD-PMD’s Copy/Paste Detector can be used for finding duplicate code, which is included in PMD, a Java code analysis tool.
run mvn pmd:cpd ,
The report is displayed at cpd.html file, and the results are very efficient.
Simian - Similarity Analyser is also an alternative for finding duplicates.







Recent Comments