ISISTAN   23985
INSTITUTO SUPERIOR DE INGENIERIA DEL SOFTWARE
Unidad Ejecutora - UE
artículos
Título:
Building an expert system to assist system refactorization
Autor/es:
VIDAL, SANTIAGO A.; MARCOS, CLAUDIA A.
Revista:
EXPERT SYSTEMS WITH APPLICATIONS
Editorial:
PERGAMON-ELSEVIER SCIENCE LTD
Referencias:
Lugar: New York; Año: 2012 vol. 39 p. 3810 - 3816
ISSN:
0957-4174
Resumen:
The separation of concerns is an important issue in the building of maintenable systems. Aspect oriented programming (AOP) is a software paradigm that allows the encapsulation of those concerns that crosscut a system and can not be modularized using current paradigms such as object-oriented programming. In this way, AOP increases the software modularization and reduces the impact when changes are made in the system. In order to take advantage of the benefits of AOP, the legacy OO systems should be migrated. To migrate object-oriented systems to aspect-oriented ones, specific refactorings for aspects should be used. This is a complex and tedious task for the developer because he/she needs to know how the refactorings should be applied and under what context. Therefore, it is desirable to have tools that help him/her through the process. In this article, we present an expert software agent, named RefactoringRecommender, that assists the developer during a refactorization of a system. The agent uses a Markovian algorithm with the goal of predicting the needed restructurings.