An Approach to High-Level Behavioral Program Documentation Allowing Lightweight Verification

  • Authors:
  • Coen De Roover;Isabel Michiels;Kim Gybels;Kris Gybels;Theo D'Hondt

  • Affiliations:
  • Vrije Universiteit, Brussel;Vrije Universiteit, Brussel;Vrije Universiteit, Brussel;Vrije Universiteit, Brussel;Vrije Universiteit, Brussel

  • Venue:
  • ICPC '06 Proceedings of the 14th IEEE International Conference on Program Comprehension
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Typically, multiple developers are involved in the various stages of the software development and maintenance process. To ensure an optimal transfer of knowledge between these different peers, a reliable human-readable model of the dynamics of a software artefact is needed. Once these models become machine-verifiable, they can be used throughout an application's lifetime to check whether the documented behavioral properties continue to hold as the application evolves. Unfortunately, most existing modeling media are inadequate to express human-readable behavioral models which are at the same time machine-verifiable. We therefore propose a declarative platform wherein behavioral program models can be expressed in terms of userdefined high-level concepts and be automatically verified against an application's actual behavior. We demonstrate our approach by using it to both document and verify an interpreter for a garbage-collected programming language.