Exception handling based alias analysis technique in software maintenance
Ping Chen
Abstract
Ping Chen
Abstract
For the error diagnosis problem in object-oriented software maintenance,this paper proposes a novel alias analysis technique.By extending the control flow graph of a program,exception handling structures are analyzed.Based on the extended control flow graph,the process of alias analysis is divided into two phases,flow sensitive intra-class analysis and requirements based inter-class analysis,to achieve a complete alias analysis of the whole system,and effectively improves the efficiency of error diagnosis for programs which contain exception handling structures.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
For the error diagnosis problem in object-oriented software maintenance,this paper proposes a novel alias analysis technique.By extending the control flow graph of a program,exception handling structures are analyzed.Based on the extended control flow graph,the process of alias analysis is divided into two phases,flow sensitive intra-class analysis and requirements based inter-class analysis,to achieve a complete alias analysis of the whole system,and effectively improves the efficiency of error diagnosis for programs which contain exception handling structures.
Key concepts: Alias, Computer science, Control flow graph, Control flow, Data-flow analysis, Graph, Control flow analysis, Software