Reflection Study

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 …