A clone detector written in Rascal. It uses the abstract syntax tree generated by Rascal to detect the clones. The detection algorithm was based on the Basic Subtree Clone Detection Algorithm from the paper Clone Detection Using Abstract Syntax Trees by Ira D. Baxter, Andrew Yahin, Leonardo Moura, Marcelo Sant’Anna, and Lorraine B.
##Supported clone types
- Type 1
- Type 2
- Type 3