Exception handling bug hazards in Android

by Coelho, Roberta and Almeida, Lucas and Gousios, Georgios and Deursen, Arie van and Treude, Christoph

You can get a pre-print version from here.
You can view the publisher's page here.

Abstract

Adequate handling of exceptions has proven difficult for many software engineers. Mobile app developers in particular, have to cope with compatibility, middleware, memory constraints, and battery restrictions. The goal of this paper is to obtain a thorough understanding of common exception handling bug hazards that app developers face. To that end, we first provide a detailed empirical study of over 6,000 Java exception stack traces we extracted from over 600 open source Android projects. Key insights from this study include common causes for system crashes, and common chains of wrappings between checked and unchecked exceptions. Furthermore, we provide a survey with 71 developers involved in at least one of the projects analyzed. The results corroborate the stack trace findings, and indicate that developers are unaware of frequently occurring undocumented exception handling behavior. Overall, the findings of our study call for tool support to help developers understand their own and third party exception handling and wrapping logic.

Bibtex record

@article{CAGDT17,
  author = {Coelho, Roberta and Almeida, Lucas and Gousios, Georgios and Deursen, Arie van and Treude, Christoph},
  title = {Exception handling bug hazards in Android},
  journal = {Empirical Software Engineering},
  year = {2017},
  month = jun,
  day = {01},
  volume = {22},
  number = {3},
  pages = {1264--1304},
  issn = {1573-7616},
  doi = {10.1007/s10664-016-9443-7},
  url = {/pub/exception-handling-bug-hazards-android.pdf}
}

The paper