Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 747 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 747 Bytes

xdry - Programming language agnostic clone detection

xdry detects duplicated behaviour in your application, even if the duplicated passages are not exact matches to each other. Likely you should read a bit about the theoretical background for a better understanding.

Run via binary

Download latest release and run via

./xdry {path_to_project} -h

Run via Docker

There's also a Docker image available. You can you this via

docker run -v {path_to_project}:/project leovie/xdry -h

Documentation

see here

Thanks

Special thank you belongs to queo GmbH for sponsoring the development and maintenance of xdry.