Sciweavers

SAC
2015
ACM

Examining the effectiveness of using concolic analysis to detect code clones

8 years 10 days ago
Examining the effectiveness of using concolic analysis to detect code clones
During the initial construction and subsequent maintenance of an application, duplication of functionality is common, whether intentional or otherwise. This replicated functionality, known as a code clone, has a diverse set of causes and can have moderate to severe adverse effects on a software project in a variety of ways. A code clone is defined as multiple code fragments that produce similar results when provided the same input. While there is an array of powerful clone detection tools, most suffer from a variety of drawbacks including, most importantly, the inability to accurately and reliably detect the more difficult clone types. This paper presents a new technique for detecting code clones based on concolic analysis, which uses a mixture of concrete and symbolic values to traverse a large and diverse portion of the source code. By performing concolic analysis on the targeted source code and then examining the holistic output for similarities, code clone candidates can be cons...
Daniel E. Krutz, Samuel A. Malachowsky, Emad Shiha
Added 17 Apr 2016
Updated 17 Apr 2016
Type Journal
Year 2015
Where SAC
Authors Daniel E. Krutz, Samuel A. Malachowsky, Emad Shihab
Comments (0)