@s_nkeha

Clone detection using abstract syntax trees

, , , , and . Software Maintenance, 1998. Proceedings., International Conference on, page 368-377. (November 1998)
DOI: 10.1109/ICSM.1998.738528

Abstract

Existing research suggests that a considerable fraction (5-10%) of the source code of large scale computer programs is duplicate code (“clones”). Detection and removal of such clones promises decreased software maintenance costs of possibly the same magnitude. Previous work was limited to detection of either near misses differing only in single lexems, or near misses only between complete functions. The paper presents simple and practical methods for detecting exact and near miss clones over arbitrary program fragments in program source code by using abstract syntax trees. Previous work also did not suggest practical means for removing detected clones. Since our methods operate in terms of the program structure, clones could be removed by mechanical methods producing in-lined procedures or standard preprocessor macros. A tool using these techniques is applied to a C production software system of some 400 K source lines, and the results confirm detected levels of duplication found by previous work. The tool produces macro bodies needed for clone removal, and macro invocations to replace the clones. The tool uses a variation of the well known compiler method for detecting common sub expressions. This method determines exact tree matches; a number of adjustments are needed to detect equivalent statement sequences, commutative operands, and nearly exact matches. We additionally suggest that clone detection could also be useful in producing more structured code, and in reverse engineering to discover domain concepts and their implementations

Description

IEEE Xplore Abstract - Clone detection using abstract syntax trees

Links and resources

Tags

community

  • @tommens
  • @evol
  • @kimmens
  • @pdeleenh
  • @dblp
  • @s_nkeha
  • @melvinfrohike
@s_nkeha's tags highlighted