Model Checking of Software Components: Combining Java PathFinder and Behavior Protocol Model Checker

  • Authors:
  • Pavel Parizek;Frantisek Plasil;Jan Kofron

  • Affiliations:
  • Charles University, Czech Republic;Charles University, Czech Republic/ Academy of Sciences of the Czech Republic;Charles University, Czech Republic/ Academy of Sciences of the Czech Republic

  • Venue:
  • SEW '06 Proceedings of the 30th Annual IEEE/NASA Software Engineering Workshop
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Although there exist several software model checkers that check the code against properties specified e.g. via a temporal logic and assertions, or just verifying low-level properties (like unhandled exceptions), none of them supports checking of software components against a high-level behavior specification. We present our approach to model checking of software components implemented in Java against a high-level specification of their behavior defined via behavior protocols [1], which employs the Java PathFinder model checker and the protocol checker. The property checked by the Java PathFinder (JPF) tool (correctness of particular method call sequences) is validated via its cooperation with the protocol checker. We show that just the publisher/listener pattern claimed to be the key flexibility support of JPF (even though proved very useful for our purpose) was not enough to achieve this kind of checking.