A case study to evaluate the suitability of graph transformation tools for program refactoring

  • Authors:
  • Javier Pérez;Yania Crespo;Berthold Hoffmann;Tom Mens

  • Affiliations:
  • Universidad de Valladolid, Departamento de Informática, Valladolid, Spain;Universidad de Valladolid, Departamento de Informática, Valladolid, Spain;Universität Bremen, Fachbereich Mathematik und Informatik, Bremen, Germany;Université de Mons, Faculté des Sciences, Institut d’Informatique, Mons, Belgium

  • Venue:
  • International Journal on Software Tools for Technology Transfer (STTT)
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

This article proposes a case study to evaluate the suitability of graph transformation tools for program refactoring. To qualify for this purpose, a graph transformation system must be able to (1) import a graph-based representation of models of Java programs, (2) allow these models to be transformed interactively with well-known program refactorings and (3) export the resulting models in the same graph-based format used as input. The case study aims to enable comparison of various features of graph transformation tools, such as their expressiveness and their ability to interact with the user. The model of Java programs is presented and some examples for translating Java source code into the model are provided. The refactorings selected for the case study are specified in detail.