Sciweavers

SCAM
2002
IEEE

Visualization of Exception Propagation for Java Using Static Analysis

13 years 9 months ago
Visualization of Exception Propagation for Java Using Static Analysis
In this paper, we first present a static analysis based on set-based framework, which estimates exception propagation paths of Java programs. We construct an exception propagation graph from the static analysis information, which includes the origin of exceptions, handler of exceptions, and propagation paths of exceptions. We have implemented the exception propagation analysis and a visualization tool which visualizes propagation paths of exceptions using the exception propagation graph. This propagation information can guide programmers to detect uncaught exceptions, handle exceptions more specifically, and put exception handlers at appropriate places by tracing exception propagation.
Byeong-Mo Chang, Jang-Wu Jo, Soon Hee Her
Added 15 Jul 2010
Updated 15 Jul 2010
Type Conference
Year 2002
Where SCAM
Authors Byeong-Mo Chang, Jang-Wu Jo, Soon Hee Her
Comments (0)