Skip to content

Sample how-to use copy paste detector PMD’s Copy/Paste Detector (CPD) in CMake projects

Notifications You must be signed in to change notification settings

andreymasloboev/copy_paste_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample how-to use copy paste detector PMD’s Copy/Paste Detector (CPD) in CMake projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published