Publication | Closed Access
DECKARD: Scalable and Accurate Tree-Based Detection of Code Clones
1K
Citations
23
References
2007
Year
Software MaintenanceEngineeringVerificationSoftware SystemsSoftware EngineeringSource Code AnalysisSoftware AnalysisFormal VerificationData ScienceData MiningSoftware MiningProgramming LanguagesSource CodeRuntime VerificationComputer ScienceMinor Code ModificationsCode RepresentationStatic Program AnalysisContent Similarity DetectionProgram AnalysisSoftware TestingParallel ProgrammingSystem SoftwareCode Clones
Detecting code clones has many software engineering applications. Existing approaches either do not scale to large code bases or are not robust against minor code modifications. In this paper, we present an efficient algorithm for identifying similar subtrees and apply it to tree representations of source code. Our algorithm is based on a novel characterization of subtrees with numerical vectors in the Euclidean space R <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">n</sup> middot and an efficient algorithm to cluster these vectors w.r.t. the Euclidean distance metric. Subtrees with vectors in one cluster are considered similar. We have implemented our tree similarity algorithm as a clone detection tool called DECKARD and evaluated it on large code bases written in C and Java including the Linux kernel and JDK. Our experiments show that DECKARD is both scalable and accurate. It is also language independent, applicable to any language with a formally specified grammar.
| Year | Citations | |
|---|---|---|
Page 1
Page 1