Using the O-A Diagram to Encapsulate Dynamic Memory Access

  • Authors:
  • Paolo Tonella

  • Affiliations:
  • -

  • Venue:
  • ICSM '98 Proceedings of the International Conference on Software Maintenance
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

Good software design is characterized by low coupling between modules and high cohesion inside each module. This is obtained by encapsulating the details about the internal structure of data and exporting only public functions with a clean interface. For programming languages such as C, which offer little support for encapsulation, code analysis tools may help in assessing and improving the access to data structures.In this paper a new representation of the accesses of functions to dynamic locations, called the O-A diagram, is proposed. By isolating meaningful groups of functions working on common dynamic data, such a diagram can be used to evaluate the encapsulation in a program and to drive possible interventions to improve it.Experimental results suggest that the aggregations identified by the O-A diagram are actually cohesive functions operating on a shared data structure. The results are useful in themselves, by providing the programmer with information about the organization of the accesses to dynamic memory. In addition the O-A diagram permits highlighting violations of encapsulation, so that proper restructuring actions can be performed.