Dave Binkley, Mariano Ceccato, Mark Harman, Filippo Ricca, Paolo Tonella

Tool-supported Refactoring of Existing Object-Oriented Code into Aspects


Abstract

Aspect Oriented Programming (AOP) provides mechanisms for the separation of crosscutting concerns -- functionalities scattered through the system and tangled with the base code. Existing systems are a natural testbed for the AOP approach, since they often contain several crosscutting concerns which could not be modularized using traditional programming constructs.

This paper presents an automated approach to the problem of migrating systems developed according to the Object Oriented Programming (OOP) paradigm into Aspect Oriented Programming (AOP). A simple set of six refactorings has been defined to transform OOP to AOP and has been implemented in the AOP-Migrator tool, an Eclipse plug-in. A set of enabling transformations from OOP to OOP complement the initial set of refactorings.

The paper presents the results of four case studies, which use the approach to migrate selected crosscutting concerns from medium--sized Java programs (in the range 10K to 40K lines of code) into equivalent programs in AspectJ. The case study results show the feasibility of the migration and indicate the importance of the enabling transformations as a pre-processing step.


Valid XHTML 1.0!

Maintainer: ceccato at itc dot it