Precise Dynamic Impact Analysis with Dependency Analysis for Object-oriented Programs

  • Authors:
  • Lulu Huang;Yeong-Tae Song

  • Affiliations:
  • Towson University, USA;Towson University, USA

  • Venue:
  • SERA '07 Proceedings of the 5th ACIS International Conference on Software Engineering Research, Management & Applications
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Dynamic impact analysis based on program executions has shown promise in aiding tasks in the life cycle of large-scale systems. Dynamic impact analysis techniques have shown to produce more precise results than static impact analysis [1]. However, current dynamic impact analysis techniques lack important features such as analysis of dependency among program entities and consideration of object-oriented programs' features. Thus they may produce imprecise results. In this paper, we present a precise dynamic impact analysis approach for object-oriented programs. This approach considers the characteristics of object-oriented programs and performs dependency analysis which may potentially reduce the impact sets by eliminating elements that do not have dependency on the changed elements. Even though our discussion in this paper is based on JavaTM programming language, this approach can be carried out in a language independent manner for broader applications.