2010 14th European Conference on Software Maintenance and Reengineering 2010
DOI: 10.1109/csmr.2010.33
|View full text |Cite
|
Sign up to set email alerts
|

Code Similarities Beyond Copy & Paste

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

2
57
0

Year Published

2012
2012
2022
2022

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 46 publications
(59 citation statements)
references
References 19 publications
2
57
0
Order By: Relevance
“…[5] This often leads to numerous duplicated code fragments so called clones-in large software systems. Cloning is problematic for software quality for several reasons:…”
Section: In-depth Analysismentioning
confidence: 99%
“…[5] This often leads to numerous duplicated code fragments so called clones-in large software systems. Cloning is problematic for software quality for several reasons:…”
Section: In-depth Analysismentioning
confidence: 99%
“…This does, however, not imply behavioural similarity. Type-4 clones [28], "wide miss" clones [20], and Simions [17] refer to the same phenomenon: behaviourally similar code fragments that have no common origin. Unlike cloned code, these fragments are likely to differ greatly in their structure [17].…”
Section: Related Workmentioning
confidence: 99%
“…Approaches to detect re-implementations therefore are constrained to resort to approximations. Second, previous work [9], [17] concludes that existing approaches, such as clone detection or random testing approaches [16], do not provide satisfactory results to detect re-implementations in practice.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…The presence of similar code also indicates the presence of a missed opportunity for reuse. [7] DEAD CODE Dead code is code that is never used. This code includes unused methods and variables.…”
Section: Duplicate Codementioning
confidence: 99%