Refactoring to aspects: an interactive approach

  • Authors:
  • Jan Hannemann;Thomas Fritz;Gail C. Murphy

  • Affiliations:
  • University of British Columbia;University of British Columbia;University of British Columbia

  • Venue:
  • eclipse '03 Proceedings of the 2003 OOPSLA workshop on eclipse technology eXchange
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Current refactorings for restructuring existing software systems preserve the behavior of the software. Aspect-oriented programming constructs make existing refactorings more complex, and introduce the potential for new kinds of refactorings that target entire concerns. In many cases, behaviour preservation may be neither possible nor desirable. In this position paper, we propose an approach to refactoring aspects into a system that actively involves a developer in a dialogue with the refactoring tool. We are exploring this approach by developing two Eclipse plug-ins: one which bases the refactoring on descriptions of a concern in the code; the other which bases the refactoring on a target aspect structure.