Exception Handling

A Reflection on "An Exploratory Study on Exception Handling Bugs in Java Programs"

Exception handling is a feature provided by most mainstream programming languages, and typically involves constructs to throw and handle error signals. On the one hand, early work has argued extensively about the benefits of exception handling, such …

An Exploratory Study on Exception Handling Bugs in Java Programs

Most mainstream programming languages provide constructs to throw and to handle exceptions. However, several studies argue that exception handling code is usually of poor quality and that it is commonly neglected by developers. Moreover, it is said …

A Study on Developers' Perceptions about Exception Handling Bugs

Several studies argue that exception handling code usually has poor quality and that it is commonly neglected by developers. Moreover, it is said to be the least understood, documented, and tested part of the implementation of a system. However, …

An Exploratory Study on Exception Handling Bugs

Master in Computer Science / 2011 - 2013