TACC-Code / TACC

2 stars 2 forks source link

TACC

TACC(Token and AST-based Code Clone Detector) is an effective code clone detection tool that can scale to big code.

The overall process of TACC can be shown in the figure below. Overview of TACC

Requirements

Install & Usage

Options

Name Description Default
-input Input source directory. You must specify the target dir. None
-N N for N-Lines. 3
-partition The number of partitions. 10
-output Output file directory. current directory
-thread The number of threads used for parallel execution (both the Preprocess and Clone detection phases) 10
-fs N-line seed filter score. 0.1
-tvs Token based verify score. 0.5
-nnavs Not need ast verify score. 0.7
-atvs AST two verify score. 0.65
-afvs AST four verify score. 0.85