학술논문

The Rise of Android Code Smells: Who is to Blame?
Document Type
Conference
Source
2019 IEEE/ACM 16th International Conference on Mining Software Repositories (MSR) Mining Software Repositories (MSR), 2019 IEEE/ACM 16th International Conference on. :445-456 May, 2019
Subject
Computing and Processing
History
Tools
Data mining
Mobile applications
Open source software
Software systems
Android, mobile apps, code smells, history mining
Language
ISSN
2574-3864
Abstract
The rise of mobile apps as new software systems led to the emergence of new development requirements regarding performance. Development practices that do not respect these requirements can seriously hinder app performances and impair user experience, they qualify as code smells. Mobile code smells are generally associated with inexperienced developers who lack knowledge about the framework guidelines. However, this assumption remains unverified and there is no evidence about the role played by developers in the accrual of mobile code smells. In this paper, we therefore study the contributions of developers related to Android code smells. To support this study, we propose Sniffer, an open-source toolkit that mines Git repositories to extract developers' contributions as code smell histories. Using Sniffer, we analysed 255k commits from the change history of 324 Android apps. We found that the ownership of code smells is spread across developers regardless of their seniority. There are no distinct groups of code smell introducers and removers. Developers who introduce and remove code smells are mostly the same.