ISISTAN   23985
INSTITUTO SUPERIOR DE INGENIERIA DEL SOFTWARE
Unidad Ejecutora - UE
congresos y reuniones científicas
Título:
Assessing the Refactoring of Brain Methods
Autor/es:
IÑAKI BERRA; ANDRES DIAZ PACE; SANTIAGO A. VIDAL; CLAUDIA MARCOS; SANTIAGO ZULLIANI
Lugar:
Salta
Reunión:
Congreso; Argentine Symposium on Software Engineering, held at Jornadas Argentinas de Computación e Investigación Operativa (JAIIO ?19); 2019
Institución organizadora:
SADIO
Resumen:
Code smells are a popular mechanism for identifying structural design problems in software systems. Several tools have emerged to support the detection of code smells and propose some refactorings. However, existing tools do not guarantee that a smell will be automatically fixed by means of refactorings. This article presents Bandago, an automated approach to fix a specific type of code smell called Brain Method. A Brain Method centralizes the intelligence of a class and manifests itself as a long and complex method that is difficult to understand and maintain by developers. For each Brain Method, Bandago recommends several refactoring solutions to remove the smell using a search strategy based on simulated annealing. Our approach has been evaluated with several open-source Java applications, and the results show that Bandago can automatically fix more than 60% of Brain Methods. Furthermore, we conducted a survey with 35 industrial developers that showed evidence about the usefulness of the refactorings proposed by Bandago. Also, we compared the performance of the Bandago against that of a third-party refactoring tool.