Taking an object-centric view on dynamic information with object flow analysis

  • Authors:
  • Adrian Lienhard;Stéphane Ducasse;Tudor Gırba

  • Affiliations:
  • Software Composition Group, IAM, Universität Bern, Switzerland;INRIA-Lille Nord Europe, LIFL (CNRS UMR 8022), University of Lille, France;Software Composition Group, IAM, Universität Bern, Switzerland

  • Venue:
  • Computer Languages, Systems and Structures
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

A large body of research analyzes the runtime execution of a system to extract abstract behavioral views. Those approaches primarily analyze control flow by tracing method execution events or they analyze object graphs of heap memory snapshots. However, they do not capture how objects are passed through the system at runtime. We refer to the exchange of objects as the object flow, and we claim that it is necessary to analyze object flows if we are to understand the runtime of an object-oriented application. We propose and detail object flow analysis, a novel dynamic analysis technique that takes this new information into account. To evaluate its usefulness, we present a visual approach that allows a developer to study classes and components in terms of how they exchange objects at runtime. We illustrate our approach on three case studies.