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

Abstract Testing: Connecting Source Code Verification with Requirements

TL;DR: This paper proposes a methodology, called Abstract Testing, in which test cases are replaced by verification scenarios, which are more abstract than test cases, thus fewer of them are needed and they are easier to create and maintain.
Proceedings ArticleDOI

Effective Static Analysis to Find Concurrency Bugs in Java

TL;DR: This paper presents a precise and efficient static concurrency bugs detector building upon the Eclipse JDT and the open source WALA toolkit (which provides advanced static analysis capabilities) and describes a variety of novel heuristics and enhancements to existing analysis techniques which make this detector more practical, in terms of accuracy and performance.
Proceedings Article

HACKAR: helpful advice for code knowledge and attack resilience

TL;DR: A novel combination of Java program analysis and automated learning and planning architecture to the domain of Java vulnerability analysis, which shows that HACKAR can analyze programs with string inputs that original JPF implementation cannot.
Dissertation

Ravenscar-Java: Java Technology for High-Integrity Real-Time Systems

J Kwon
TL;DR: The Ravenscar-Java profile is motivated by the assessment and overcomes most of the shortcomings revealed in the assessment, yet still maintaining the advantages of Java and RTSJ, and its potential as a base development language for high integrity applications is shown.
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.