Sciweavers

59 search results - page 3 / 12
» Automatic refactoring of Erlang programs
Sort
View
TAICPART
2010
IEEE
126views Education» more  TAICPART 2010»
13 years 8 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
ECOOP
2007
Springer
14 years 1 months ago
Refactoring in Erlang, a Dynamic Functional Language
László Lövei, Zoltán Hor...
FM
2006
Springer
161views Formal Methods» more  FM 2006»
14 years 1 months ago
Changing Programs Correctly: Refactoring with Specifications
Refactorings change the internal structure of code without changing its external behavior. For non-trivial refactorings, the preservation of external behavior depends on semantic p...
Fabian Bannwart, Peter Müller
ERLANG
2008
ACM
13 years 11 months ago
Gradual typing of erlang programs: a wrangler experience
Currently most Erlang programs contain no or very little type information. This sometimes makes them unreliable, hard to use, and difficult to understand and maintain. In this pap...
Konstantinos F. Sagonas, Daniel Luna
ECOOP
2009
Springer
14 years 10 months ago
Stepping Stones over the Refactoring Rubicon
Refactoring tools allow the programmer to pretend they are working with a richer language where the behaviour of a program is automatically preserved during restructuring. In this ...
Mathieu Verbaere, Max Schäfer, Oege de Moor, ...