Design-code traceability for object-oriented systems

  • Authors:
  • Giulio Antoniol;Bruno Caprile;Alessandra Potrich;Paolo Tonella

  • Affiliations:
  • Research and Technology Department, University of Sannio, Faculty of Engineering, P.zo Bosco Lucarelli, 82100 Benevento, Italy E-mail: antoniol@ieee.org;ITC‐Irst, Istituto per la Ricerca Scientifica e Tecnologica, Via alla cascata, 38050 Povo (Trento), Italy E-mail: {caprile,potrich,tonella}@itc.it;ITC‐Irst, Istituto per la Ricerca Scientifica e Tecnologica, Via alla cascata, 38050 Povo (Trento), Italy E-mail: {caprile,potrich,tonella}@itc.it;ITC‐Irst, Istituto per la Ricerca Scientifica e Tecnologica, Via alla cascata, 38050 Povo (Trento), Italy E-mail: {caprile,potrich,tonella}@itc.it

  • Venue:
  • Annals of Software Engineering
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Traceability is a key issue to ensure consistency among software artifacts of subsequent phases of the development cycle. However, few works have so far addressed the theme of tracing object oriented (OO) design into its implementation and evolving it. This paper presents an approach to checking the compliance of OO design with respect to source code and support its evolution. The process works on design artifacts expressed in the OMT (Object Modeling Technique) notation and accepts C++ source code. It recovers an “as is” design from the code, compares the recovered design with the actual design and helps the user to deal with inconsistencies. The recovery process exploits the edit distance computation and the maximum match algorithm to determine traceability links between design and code. The output is a similarity measure associated to design‐code class pairs, which can be classified as matched and unmatched by means of a maximum likelihood threshold. A graphic display of the design with different green levels associated to different levels of match and red for the unmatched classes is provided as a support to update the design and improve its traceability to the code.