Sciweavers

CC
2000
Springer

A Static Study of Java Exceptions Using JESP

13 years 9 months ago
A Static Study of Java Exceptions Using JESP
JESP is a tool for statically examining the usage of user thrown exceptions in Java source code. Reported here are the first findings over a dataset of 31 publicly available Java codes, including the JavaSpecs. Of greatest interest to compiler writers are the findings that most Java exceptions are thrown across method boundaries, trys and catches occur in equal numbers, finallys are rare, and programs fall into one of two categories, those dominated by throw statements and those dominated by catch statements. The research reported here was supported, in part, by NSF grant CCR-9808607.
Barbara G. Ryder, Donald Smith, Ulrich Kremer, Mic
Added 02 Aug 2010
Updated 02 Aug 2010
Type Conference
Year 2000
Where CC
Authors Barbara G. Ryder, Donald Smith, Ulrich Kremer, Michael Gordon, Nirav Shah
Comments (0)