Object-oriented transformations for extracting aspects

  • Authors:
  • Marcelo Nassau Malta;Marco Tulio de Oliveira Valente

  • Affiliations:
  • Institute of Informatics, PUC Minas, Belo Horizonte, Brazil;Institute of Informatics, PUC Minas, Belo Horizonte, Brazil

  • Venue:
  • Information and Software Technology
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In the migration of object-oriented systems towards the aspect technology, after locating fragments of code presenting a crosscutting behavior and before extracting such code to aspects, transformations may be needed in the base program. Such transformations aim to associate crosscutting code to points of the base program that can be captured using the pointcut descriptor model of aspect-oriented languages. In this paper, we present a catalog of object-oriented transformations and demonstrate the importance of such transformations by reporting on a case study involving four systems that have been aspectized using AspectJ.