Publications

Luís Cruz [ Publications | Courses | Blog ]

Using Automatic Refactoring to Improve Energy Efficiency of Android Apps

🏆 Best Paper Award

Authors: Luís Cruz and Rui Abreu

Published in: CIbSE XXI Ibero-American Conference on Software Engineering.

Abstract: The ever-growing popularity of mobile phones has brought additional challenges to the software development lifecycle. Mobile applications (apps, for short) ought to provide the same set of features as conventional software, with limited resources: such as, limited processing capabilities, storage, screen and, not less important, power source. Although energy efficiency is a valuable requirement, developers often lack knowledge of best practices. In this paper, we study whether or not automatic refactoring can aid developers ship energy efficient apps. We leverage a tool, Leafactor, with five energy code smells that tend to go unnoticed. We use Leafactor to analyze code smells in 140 free and open source apps. As a result, we detected and fixed code smells in 45 apps, from which 40% have successfully merged our changes into the official repository.

Bibtex (copy):
@inproceedings{cruz2018using, author = {Cruz, Luis and Abreu, Rui}, booktitle = {XXI Ibero-American Conference on Software Engineering (CIbSE, Best Paper Award)}, date-added = {2019-05-22 12:38:47 +0100}, date-modified = {2019-05-22 12:38:47 +0100}, title = {Using Automatic Refactoring to Improve Energy Efficiency of Android Apps}, year = {2018}}

Read me: Arxiv. Preprint.