115 citations · 127 across the 4 of their papers we have counts for
7 papers
A Survey on the Evaluation of Clone Detection Performance and Benchmarking
Jeffrey Svajlenko, Chanchal K. Roy
There are a great many clone detection tools proposed in the literature. In this paper, we investigate the state of clone detection tool evaluation. We begin by surveying the clone…
The Vision of Software Clone Management: Past, Present, and Future
Chanchal K. Roy, Minhaz F. Zibran, Rainer Koschke
Duplicated code or code clones are a kind of code smell that have both positive and negative impacts on the development and maintenance of software systems. Software clone research…
A Machine Learning Based Framework for Code Clone Validation
Golam Mostaeen, Banani Roy, Chanchal Roy +2
A code clone is a pair of code fragments, within or between software systems that are similar. Since code clones often negatively impact the maintainability of a software system, s…
An Exploratory Study to Find Motives Behind Cross-platform Forks from Software Heritage Dataset
Avijit Bhattacharjee, Sristy Sumana Nath, Shurui Zhou +4
The fork-based development mechanism provides the flexibility and the unified processes for software teams to collaborate easily in a distributed setting without too much coordinat…
Micro-level Modularity of Computaion-intensive Programs in Big Data Platforms: A Case Study with Image Data
Amit Kumar Mondal, Banani Roy, Chanchal K. Roy +1
With the rapid advancement of Big Data platforms such as Hadoop, Spark, and Dataflow, many tools are being developed that are intended to provide end users with an interactive envi…
LVMapper: A Large-variance Clone Detector Using Sequencing Alignment Approach
Ming Wu, Pengcheng Wang, Kangqi Yin +3
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…