Sciweavers

260 search results - page 28 / 52
» Industry-scale duplicate detection
Sort
View
VC
2008
117views more  VC 2008»
14 years 9 months ago
Adjacency-based culling for continuous collision detection
We present an efficient approach to reduce the number of elementary tests for continuous collision detection between rigid and deformable models. Our algorithm exploits the connect...
Min Tang, Sung-Eui Yoon, Dinesh Manocha
ICSE
2010
IEEE-ACM
14 years 8 months ago
Code clone detection in practice
Due to the negative impact of code cloning on software maintenance efforts as well as on program correctness [4–6], the duplication of code is generally viewed as problematic. ...
Florian Deissenboeck, Benjamin Hummel, Elmar J&uum...
MSR
2011
ACM
14 years 15 days ago
Modeling the evolution of topics in source code histories
Studying the evolution of topics (collections of co-occurring words) in a software project is an emerging technique to automatically shed light on how the project is changing over...
Stephen W. Thomas, Bram Adams, Ahmed E. Hassan, Do...
57
Voted
ICSE
2009
IEEE-ACM
15 years 10 months ago
Do code clones matter?
Code cloning is not only assumed to inflate maintenance costs but also considered defect-prone as inconsistent changes to code duplicates can lead to unexpected behavior. Conseque...
Benjamin Hummel, Elmar Jürgens, Florian Deiss...
ECLIPSE
2006
ACM
15 years 3 months ago
Visualization of clone detection results
The goal of a clone detection tool is to identify sections of code that are duplicated in a program. The result of the detection is presented in some manner for the user to view, ...
Robert Tairas, Jeff Gray, Ira D. Baxter