Detection of Logical Coupling Based on Product Release History

  • Authors:
  • Harald Gall;Karin Hajek;Mehdi Jazayeri

  • Affiliations:
  • -;-;-

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

Code-based metrics such as coupling and cohesion are used to measure a system's structural complexity. But dealing with large systems-those consisting of several millions of lines- at the code level faces many problems. An alternative approach is to concentrate on the system's building blocks such as programs or modules as the unit of examination. We present an approach that uses information in a release history of a system to uncover logical dependencies and change patterns among modules. We have developed the approach by working with 20 releases of a large Telecommunications Switching System. We use release information such as version numbers of programs, modules, and subsystems together with change reports to discover common change behavior (i.e. change patterns) of modules. Our approach identifies logical coupling among modules in such a way that potential structural shortcomings can be identified and further examined, pointing to restructuring or reengineering opportunities.