Skip to content
/ DrDup Public

DrDup is a method-level clone detector in Java.

License

Notifications You must be signed in to change notification settings

tronicek/DrDup

Repository files navigation

DrDup is a research project on clone detection. It detects Type 2 and Type 3 clones in Java source code.

The project is coupled with Oracle Java Development Kit (JDK) 1.8 and requires tools.jar from this JDK on classpath:

java -cp $JAVA_HOME/lib/tools.jar -jar DrDup.jar project.properties

The project.properties file describes the project you want to analyze. Please, see examples in the config directory.

DrDup implements the same algorithm as DrDup2, but DrDup2 is a more powerful implementation. Please, see DrDup2 for details.

About

DrDup is a method-level clone detector in Java.

Topics

Resources

License

Stars

Watchers

Forks