CoMA: conformance monitoring of java programs by abstract state machines

  • Authors:
  • Paolo Arcaini;Angelo Gargantini;Elvinia Riccobene

  • Affiliations:
  • Dip. di Tecnologie dell'Informazione, Università degli Studi di Milano, Italy;Dip. di Ing. dell'Informazione e Metodi Matematici, Università di Bergamo, Italy;Dip. di Tecnologie dell'Informazione, Università degli Studi di Milano, Italy

  • Venue:
  • RV'11 Proceedings of the Second international conference on Runtime verification
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present CoMA (Conformance Monitoring by Abstract State Machines), a specification-based approach and its supporting tool for runtime monitoring of Java software. Based on the information obtained from code execution and model simulation, the conformance of the concrete implementation is checked with respect to its formal specification given in terms of Abstract State Machines. At runtime, undesirable behaviors of the implementation, as well as incorrect specifications of the system behavior are recognized. The technique we propose makes use of Java annotations, which link the concrete implementation to its formal model, without enriching the code with behavioral information contained only in the abstract specification. The approach fosters the separation between implementation and specification, and allows the reuse of specifications for other purposes (formal verification, simulation, model-based testing, etc.).