To facilitate experimentation with creating new, complex refactorings, we want to reuse existing transformation and analysis code as orchestrated parts of a larger refactoring: i.e., to script refactorings. The language we use to perform this scripting must be able to deal with the diversity of languages, tools, analyses, and transformations that arise in practice. To illustrate one solution to this problem, in this paper we describe, in detail, a specific refactoring script for switching from the Visitor design pattern to the Interpreter design pattern. This script, written in the meta-programming language Rascal, and targeting an interpreter written in Java, extracts facts from the interpreter code using the Eclipse JDT, performs the needed analysis in Rascal, and then transforms the interpreter code using a combination of Rascal code and existing JDT refactorings. Using this script we illustrate how a new, real and complex refactoring can be scripted in a few hundred lines of code and within a short timeframe. We believe the key to successfully building such refactorings is the ability to pair existing tools, focused on specific languages, with general-purpose meta-programming languages.

, , ,
ACM
P. Sommerlad
ACM International Conference Proceeding Series
Domain Specific Languages: A Big Future for Small Programs
Workshop on Refactoring Tools
Software Analysis and Transformation

Hills, M., Klint, P., & Vinju, J. (2012). Scripting a Refactoring with Rascal and Eclipse. In P. Sommerlad (Ed.), Proceedings of the 5th Workshop on Refactoring Tools 2012 (pp. 40–49). ACM.