IEEE Access, Volume 8


Anthology ID:
G20-145
Month:
Year:
2020
Address:
Venue:
GWF
SIG:
Publisher:
Institute of Electrical and Electronics Engineers (IEEE)
URL:
https://gwf-uwaterloo.github.io/gwf-publications/G20-145
DOI:
Bib Export formats:
BibTeX MODS XML EndNote

pdf bib
LVMapper: A Large-Variance Clone Detector Using Sequencing Alignment Approach
Ming Wu | Pengcheng Wang | Kangqi Yin | Haoyu Cheng | Yun Xu | Chanchal K. Roy

To detect large-variance code clones (i.e. clones with relatively more differences) in large-scale code repositories is difficult because most current tools can only detect almost identical or very similar clones. It will make promotion and changes to some software applications such as bug detection, code completion, software analysis, etc. Recently, CCAligner made an attempt to detect clones with relatively concentrated modifications called large-gap clones. Our contribution is to develop a novel and effective detection approach of large-variance clones to more general cases for not only the concentrated code modifications but also the scattered code modifications. A detector named LVMapper is proposed, borrowing and changing the approach of sequencing alignment in bioinformatics which can find two similar sequences with more differences. The ability of LVMapper was tested on both self-synthetic datasets and real cases, and the results show substantial improvement in detecting large-variance clones compared with other state-of-the-art tools including CCAligner. Furthermore, our new tool also presents good recall and precision for general Type-1, Type-2 and Type-3 clones on the widely used benchmarking dataset, BigCloneBench.