DocumentCode
731494
Title
Unveiling Exception Handling Bug Hazards in Android Based on GitHub and Google Code Issues
Author
Coelho, Roberta ; Almeida, Lucas ; Gousios, Georgios ; van Deursen, Arie
Author_Institution
Fed. Univ. of Rio Grande do Norte, Natal, Brazil
fYear
2015
fDate
16-17 May 2015
Firstpage
134
Lastpage
145
Abstract
This paper reports on a study mining the exception stack traces included in 159,048 issues reported on Android projects hosted in GitHub (482 projects) and Google Code (157 projects). The goal of this study is to investigate whether stack trace information can reveal bug hazards related to exception handling code that may lead to a decrease in application robustness. Overall 6,005 exception stack traces were extracted, and subjected to source code and byte code analysis. The out-comes of this study include the identification of the following bug hazards: (i) unexpected cross-type exception wrappings (for instance, trying to handle an instance of Out Of Memory Error "hidden" in a checked exception) which can make the exception-related code more complex and negatively impact the application robustness, (ii) undocumented runtime exceptions thrown by both the Android platform and third party libraries, and (iii) undocumented checked exceptions thrown by the Android Platform. Such undocumented exceptions make it difficult, and most of the times infeasible for the client code to protect against "unforeseen" situations that may happen while calling third-party code. This study provides further insights on such bug hazards and the robustness threats they impose to Android apps as well as to other systems based on the Java exception model.
Keywords
Android (operating system); Internet; source code (software); Android platform; GitHub; Google code; Java exception model; byte code analysis; exception handling bug hazards; source code; third-party code; Androids; Google; Hazards; Humanoid robots; Java; Libraries; Robustness;
fLanguage
English
Publisher
ieee
Conference_Titel
Mining Software Repositories (MSR), 2015 IEEE/ACM 12th Working Conference on
Conference_Location
Florence
Type
conf
DOI
10.1109/MSR.2015.20
Filename
7180074
Link To Document