Slicing object-oriented Ada95 programs based on dependence analysis

Baowen Xu,Zhen Chen,Xiaoyu Zhou
2001-01-01
Ruan Jian Xue Bao/Journal of Software
Abstract:Program slicing is an important method to analyzing and understanding programs. It has been widely used in activities, such as testing, maintenance. With more and more programs are Object-Oriented (OO), the methods to slicing OO programs are urgently needed. This paper presents a new dependence analysis model in which the OO features of Ada95 programs are represented clearly. Based on this model, we develop an efficient method for slicing OO Ada95 programs. It can compute subprogram slices, object slices and type slices.
What problem does this paper attempt to address?