Sunday, February 17, 2019

Duplicated code detection

1. PMD (https://pmd.github.io/)
CPD (copy paste detector)
If you use the Java 11 or more version, please use the PMD 6.11.0 or more

windows
> bin\cpdgui.bat

linux
$ ./run.sh cpd --minimum-tokens 100 -- files /usr/local/java/src/java
https://stackoverflow.com/questions/53260053/current-eclipse-plugin-for-duplicated-code



2. ConQAT
ConQAT end of life
You can download old versions from here.

No comments: