Proceedings paper

Title:
Model Checking of Software Components: Combining Java PathFinder and Behavior Protocol Model Checker
Authors:
Publication:
Proceedings of SEW 2006
DOI:
Year:
2006
ISBN:
0-7695-2624-1
Link:

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, 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

BibTeX:
@inproceedings{parizek_model_2006,
    title = {{Model Checking of Software Components: Combining Java PathFinder and Behavior Protocol Model Checker}},
    author = {Parizek, P. and Plasil, F. and Kofron, J.},
    year = {2006},
    booktitle = {{Proceedings of SEW 2006}},
    publisher = {IEEE},
    doi = {10.1109/SEW.2006.23},
    isbn = {0-7695-2624-1},
    pages = {133--141},
    url = {https://ieeexplore.ieee.org/document/4090254},
    shorttitle = {Model Checking of Software Components},
}