Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 807 Bytes

Build Tests

Sample how-to use PMD’s Copy/Paste Detector (CPD) in cmake projects

What is static source code analyzer PMD

What is PMD’s Copy/Paste Detector CPD

Dependencies

Packages gcc or clang compiler, cmake, google test

How to use:

  1. git clone https://github.com/andreymasloboev/copy_paste_detector.git
  2. cd copy_paste_detector
  3. mkdir build
  4. cd build
  5. cmake ..
  6. cmake --build . // don't have to build project
  7. cmake --build . --target CPD

Alt text