Sciweavers

262 search results - page 4 / 53
» Refactoring Support Based on Code Clone Analysis
Sort
View
WCRE
2000
IEEE
13 years 10 months ago
Advanced Clone-Analysis to Support Object-Oriented System Refactoring
Magdalena Balazinska, Ettore Merlo, Michel Dagenai...
ECOOP
2007
Springer
13 years 10 months ago
Reuse Based Refactoring Tools
Current refactoring tools work on a particular language. Each time it is intended to provide refactoring support for new languages, the same refactoring operations are defined and...
Raúl Marticorena Sánchez, Carlos L&o...
TAICPART
2010
IEEE
126views Education» more  TAICPART 2010»
13 years 4 months ago
Improved Testing through Refactoring: Experience from the ProTest Project
We report on how the Wrangler refactoring tool has been used to improve and transform test code for Erlang systems. This has been achieved through the removal of code clones, the i...
Huiqing Li, Simon J. Thompson
APSEC
2002
IEEE
13 years 11 months ago
On Detection of Gapped Code Clones using Gap Locations
It is generally said that code clone is one of the factors to make software maintenance difficult. A code clone is a code portion in source files that is identical or similar to...
Yasushi Ueda, Toshihiro Kamiya, Shinji Kusumoto, K...
SCAM
2006
IEEE
14 years 5 days ago
Comparative Study of Refactoring Haskell and Erlang Programs
Refactoring is about changing the design of existing code without changing its behaviour, but with the aim of making code easier to understand, modify, or reuse. Taking Haskell an...
Huiqing Li, Simon Thompson