Regaining Control of Exception Handling

ID
TR-99-14
Authors
Martin P. Robillard and Gail C. Murphy
Publishing date
December 01, 1999
Length
10 pages
Abstract
Just as the structure of the normal operations of a system tends to degrade as the system evolves, the structure of exception handling also degrades. In this paper, we draw on our experience building and analyzing the exception structure of Java programs to describe why and how exception structure degrades. Fortunately, we need not let our exception structure languish. We also relate our experience at regaining control of exception structure in several existing programs using a technique based on software containment.