Code flows: visualizing structural evolution of source code

  • Authors:
  • Alexandru Telea;David Auber

  • Affiliations:
  • Institute for Mathematics and Computer Science, University of Groningen, Netherlands;LaBRI, University of Bordeaux, France

  • Venue:
  • EuroVis'08 Proceedings of the 10th Joint Eurographics / IEEE - VGTC conference on Visualization
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Understanding detailed changes done to source code is of great importance in software maintenance. We present Code Flows, a method to visualize the evolution of source code geared to the understanding of fine and mid-level scale changes across several file versions. We enhance an existing visual metaphor to depict software structure changes with techniques that emphasize both following unchanged code as well as detecting and highlighting important events such as code drift, splits, merges, insertions and deletions. The method is illustrated with the analysis of a real-world C++ code system.