Cccd: Concolic code clone detection

DE Krutz, E Shihab - 2013 20th Working Conference on …, 2013 - ieeexplore.ieee.org
Code clones are multiple code fragments that produce similar results when provided the
same input. Prior research has shown that clones can be harmful since they elevate …

[HTML][HTML] An insight into the dispersion of changes in cloned and non-cloned code: A genealogy based empirical study

M Mondal, CK Roy, KA Schneider - Science of Computer Programming, 2014 - Elsevier
In this paper, we present an in-depth empirical study of a new metric, change dispersion,
that measures the extent changes are scattered throughout the code of a software system …

Bug replication in code clones: An empirical study

JF Islam, M Mondal, CK Roy - 2016 IEEE 23Rd international …, 2016 - ieeexplore.ieee.org
Code clones are exactly or nearly similar code fragments in the code-base of a software
system. Existing studies show that clones are directly related to bugs and inconsistencies in …

An empirical study of clone removals

S Bazrafshan, R Koschke - 2013 IEEE International …, 2013 - ieeexplore.ieee.org
It is often claimed that duplicated source code is a threat to the maintainability of a software
system and that developers should manage code duplication. A previous study analyzed the …

Accurate and efficient structural characteristic feature extraction for clone detection

HA Nguyen, TT Nguyen, NH Pham… - … 2009, Held as Part of the …, 2009 - Springer
Abstract Structure-oriented approaches in clone detection have become popular in both
code-based and model-based clone detection. However, existing methods for capturing …

Are clones harmful for maintenance?

S Jarzabek, Y Xue - Proceedings of the 4th International Workshop on …, 2010 - dl.acm.org
We often find clones in semantically related programs parts. This semantic relationship, not
clones, is a prime reason for maintenance problems, as semantically related program parts …

Cleman: Comprehensive clone group evolution management

TT Nguyen, HA Nguyen, NH Pham… - 2008 23rd IEEE …, 2008 - ieeexplore.ieee.org
Recent research results have shown more benefits of the management of code clones,
rather than detecting and removing them. However, existing management approaches for …

[PDF][PDF] Cross-language Clone Detection.

NA Kraft, BW Bonds, RK Smith - SEKE, 2008 - ecommons.luc.edu
Code duplication is a common software development practice that introduces several similar
or identical segments of code, or code clones. In addition, there is currently a trend towards …

On the relationships between stability and bug-proneness of code clones: An empirical study

MS Rahman, CK Roy - … conference on source code analysis and …, 2017 - ieeexplore.ieee.org
Exact or similar copies of code fragments in a code base are known as code clones. Code
clones are considered as one of the serious code smells. Stability is a widely investigated …

An empirical study on clone consistency prediction based on machine learning

F Zhang, S Khoo - Information and Software Technology, 2021 - Elsevier
Abstract Context: Code Clones have been accepted as a common phenomenon in software,
thanks to the increasing demand for rapid production of software. The existence of code …