Sciweavers

75 search results - page 6 / 15
» Refactoring by Transformation
Sort
View
ENTCS
2002
106views more  ENTCS 2002»
13 years 7 months ago
Refactoring by Transformation
In this paper we present how refactoring of object-oriented programs can be accomplished by using refinement. Our approach is based on algebraic laws of an object-oriented languag...
Márcio Cornélio, Ana Cavalcanti, Aug...
ENTCS
2006
119views more  ENTCS 2006»
13 years 7 months ago
Cloning and Expanding Graph Transformation Rules for Refactoring
Berthold Hoffmann, Dirk Janssens, Niels Van Eetvel...
ICEIS
2009
IEEE
13 years 5 months ago
Pattern-Based Refactoring of Legacy Software Systems
Rearchitecturing large software systems becomes more and more complex after years of development and a growing size of the code base. Nonetheless, a constant adaptation of software...
Sascha Hunold, Björn Krellner, Thomas Rauber,...
SIGADA
2004
Springer
14 years 21 days ago
A refactoring tool for Ada 95
Refactoring is a technique for restructuring code to improve its design. A tool for automatically applying refactoring transformations to Ada 95 programs is described. The tool is...
Paul Anderson
PADL
2010
Springer
14 years 4 months ago
Similar Code Detection and Elimination for Erlang Programs
A well-known bad code smell in refactoring and software maintenance is duplicated code, that is the existence of code clones, which are code fragments that are identical or similar...
Huiqing Li, Simon Thompson