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

A context-sensitive structural heuristic for guided search model checking

TL;DR: This paper first builds a more accurate static representation of the program by including a bounded level of calling context, then uses the calling context in the runtime stack with the more accurate control flow graph to estimate the distance to the possible error state.
Journal ArticleDOI

Efficient mutation testing of multithreaded code

TL;DR: Five techniques (four optimizations and one heuristic) that are implemented in a tool called MuTMuT within the general framework for efficient exploration that can reduce the time for mutation testing of multithreaded code are presented.
Journal ArticleDOI

Two-stage agent program verification

TL;DR: An extension to the AJPF agent program model-checker is described so that it may be used to generate models for input into other, non-agent, model- checkers, and it potentially improves the efficiency of the modelchecking process and provides access to richer property specification languages.

Calculi for Program Incorrectness and Arithmetic

TL;DR: This thesis investigates and extends the concept of updates, which is the central component for performing symbolic execution in Java dynamic logic, and forms a calculus for integer arithmetic that is tailored to program verification and reasoning modulo integer arithmetic.
Proceedings ArticleDOI

Improving Effectiveness of Automated Software Testing in the Absence of Specifications

TL;DR: A framework for improving effectiveness of automated testing in the absence of specifications is presented, which supports a set of related techniques, including redundant-test detection, non-redundant-test generation, test selection, test abstraction, and program-spectra comparison.
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.