scholar.google.com › citations
The main issue with code clones is similar pieces of code which are indirectly related to each other and cannot be identified easily. If there is any change in some fragment of code, it needs to be propagated to other similar fragments of code.
The state of the art in detecting these behavioral clones focuses on checking the functional equivalence of the inputs and outputs of code fragments, regardless ...
Challenges in Behavioral Code Clone Detection. Fang-Hsiang Su, Jonathan Bell, and Gail Kaiser. Department of Computer Science. Columbia University. New York, NY ...
Challenges in Behavioral Code Clone Detection - IEEE Computer Society
www.computer.org › csdl › saner
The state of the art in detecting these behavioral clones focuses on checking the functional equivalence of the inputs and outputs of code fragments, regardless ...
Challenges in Behavioral Code Clone Detection. Su, Fang-Hsiang and Bell, Jonathan and Kaiser, Gail. Download PDF. BibTex:
People also ask
What are the different types of code clones?
What is clone detection?
Abstract—Classic clone detection approaches are hardly ca- pable of finding redundant code that has been developed inde- pendently, i. e., is not the result ...
Abstract—As one of bad smells in code, code clones may increase the cost of software maintenance and the risk of vulnerability propagation.
Mar 15, 2021 · Code clones can cause trouble in software maintenance and debugging process because identifying all copied compromised code fragments in other ...
Missing: Challenges | Show results with:Challenges
In this paper we present an approach for identifying near-miss interaction clones in reverse-engineered UML behavioural models. Our goal is to identify ...
Semantic clones present a challenge for most code clone detec- tion tools since semantic clones may not be textually similar. Several semantic code clone ...