Change impact graphs: Determining the impact of prior codechanges

  • Authors:
  • Daniel M. German;Ahmed E. Hassan;Gregorio Robles

  • Affiliations:
  • Dept. of Computer Science, University of Victoria, Canada;School of Computing, Queen's University, Canada;Dept. de Sistemas Telemáticos y Computación, Universidad Rey Juan Carlos, Spain

  • Venue:
  • Information and Software Technology
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

The source code of a software system is in constant change. The impact of these changes spreads out across the software system and may lead to the sudden manifestation of failures in unchanged parts. To help developers fix such failures, we propose a method that, in a pre-processing stage, analyzes prior code changes to determine what functions have been modified. Next, given a particular period of time in the past, the functions changed during that period are propagated throughout the rest of the system using the dependence graph of the system. This information is visualized using Change Impact Graphs (CIGs). Through a case study based on the Apache Web Server, we demonstrate the benefit of using CIGs to investigate several real defects.