What is static source code analyzer PMD
What is PMD’s Copy/Paste Detector CPD
Packages gcc or clang compiler, cmake, google test
- git clone https://github.com/andreymasloboev/copy_paste_detector.git
- cd copy_paste_detector
- mkdir build
- cd build
- cmake ..
- cmake --build . // don't have to build project
- cmake --build . --target CPD