Skip to main content
notice

Master Thesis Defense: Guilherme Bicalho De Padua

February 27, 2018
|


Speaker: Guilherme Bicalho De Padua

Supervisors: Dr. Weiyi Shang

Examining Committee: Drs. Y.-G. Gueheneuc, N. Tsantalis, C. Poullis (Chair)

Title: Studying and Assisting the Practice of Java and C# Exception Handling

Date: Monday, March 05, 2018

Time: 14:00

Place: EV 2.184

ABSTRACT

Programming languages provide features that handle exceptions. These features separate error-handling from regular code and aim to assist software maintenance. Nevertheless, their misuse can cause reliability degradation or even catastrophic failures. Prior studies on exception handling aim to understand the practices of exception handling and their anti-patterns. However, little knowledge was shared about the prevalence of these anti-patterns, nor the relationship between exception handling practices and software quality. In this thesis, I, first, study the exception handling features by enriching the knowledge of handling code with a flow analysis of exceptions. Second, I investigate the prevalence of exception handling anti-patterns. Finally, I investigate the relationship between software quality and: (i) flow characteristics and (ii) 17 handling anti-patterns. Our case study is conducted with over 10K handling blocks, and over 77K related flows from 16 Java and C# projects. I built statistical models of the chance of post-release defects using traditional software metrics and exception handling metrics. Our case study results show the complexity of exception handling. Moreover, I found that although exception handling anti-patterns widely exist in all of our subjects, only a few anti-patterns can be commonly identified. Finally, I conclude that exception flow characteristics in Java projects and some exception handling anti-patterns can provide significant explanatory power to the chance of post-release defects.




Back to top

© Concordia University