scispace - formally typeset
Journal ArticleDOI

Model checking programs

TLDR
A verification and testing environment for Java, called Java PathFinder (JPF), which integrates model checking, program analysis and testing, and uses state compression to handle big states and partial order and symmetry reduction, slicing, abstraction, and runtime analysis techniques to reduce the state space.
Abstract
The majority of the work carried out in the formal methods community throughout the last three decades has (for good reasons) been devoted to special languages designed to make it easier to experiment with mechanized formal methods such as theorem provers and model checkers. In this paper, we give arguments for why we believe it is time for the formal methods community to shift some of its attention towards the analysis of programs written in modern programming languages. In keeping with this philosophy, we have developed a verification and testing environment for Java, called Java PathFinder (JPF), which integrates model checking, program analysis and testing. Part of this work has consisted of building a new Java Virtual Machine that interprets Java bytecode. JPF uses state compression to handle large states, and partial order reduction, slicing, abstraction and run-time analysis techniques to reduce the state space. JPF has been applied to a real-time avionics operating system developed at Honeywell, illustrating an intricate error, and to a model of a spacecraft controller, illustrating the combination of abstraction, run-time analysis and slicing with model checking.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

J-Sim: An Integrated Environment for Simulation and Model Checking of Network Protocols

TL;DR: This paper reports work on extending the J-Sim network simulator to be an integrated environment for both simulation and model checking of network protocols, and presents a case study in which AODV is model-checked in J- sim.
Proceedings ArticleDOI

Starc: static analysis for efficient repair of complex data

TL;DR: STARC uses static analysis to repair data structures with tens of thousands of nodes, up to 100 times larger than prior work, and efficiency is probably not practical for very large data structures in deployed systems, but opens a promising direction for future work.
Journal ArticleDOI

Sound deadlock prediction

TL;DR: This work presents the first sound tool for predicting deadlocks in Java by model prediction as a general decision problem, which it is shown is decidable and can be instantiated to both deadlocks and data races.

A pragmatic and semantic unified framework for agent communication

TL;DR: A unified framework for the pragmatics and the semantics of agent communication, which addresses the problem of verifying dialogue game protocols using a tableau-based model checking technique and defines the meaning of the different communicative acts used in the pragmatic approach.
Book ChapterDOI

Specification-Based Test Repair Using a Lightweight Formal Method

TL;DR: Spectr employs a lightweight formal method to perform specification-based repair of semantically broken or outdated tests by leveraging specifications and uses its SAT-based analyzer for repairing JUnit tests.
References
More filters
Journal ArticleDOI

Statecharts: A visual formalism for complex systems

TL;DR: It is intended to demonstrate here that statecharts counter many of the objections raised against conventional state diagrams, and thus appear to render specification by diagrams an attractive and plausible approach.
Book

The Unified Modeling Language User Guide

TL;DR: In The Unified Modeling Language User Guide, the original developers of the UML provide a tutorial to the core aspects of the language in a two-color format designed to facilitate learning.
Journal Article

An Axiomatic Basis for Computer Programming

Journal ArticleDOI

The model checker SPIN

TL;DR: An overview of the design and structure of the verifier, its theoretical foundation, and an overview of significant practical applications are given.
Book

The Z notation: a reference manual

TL;DR: Tutorial introduction background the Z language the mathematical tool-kit sequential systems syntax summary and how to use it to solve sequential systems problems.