An Analytical Technique of Java Program Runtime Exception Based on Class Document

LIU Zhen-an,ZHANG Qiang
DOI: https://doi.org/10.3969/j.issn.1000-8829.2006.11.019
2006-01-01
Abstract:An analytical technique of Java program runtime exception based on class document is put forward.Without Java source code document,this technique directly handles class document,analyzes all exception information possibly thrown by this class document,and according to the result of analysis,adds appropriate bytecodes to record tracing information in class document.The class document handled by this technique can replace the original class document seamlessly to run.When exceptions are thrown during runtime,it can form a detailed exception analysis report.This technique can make test,debug and development more efficient.
What problem does this paper attempt to address?