grosu / javamop

Runtime verification system for Java, using AspectJ for instrumentation.

Home Page:http://fsl.cs.illinois.edu/javamop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaMOP Overview

Monitoring-Oriented Programming (MOP), is a software development and analysis framework which aims to reduce the gap between formal specification and implementation by allowing them together to form a system. In MOP, runtime monitoring is supported and encouraged as a fundamental principle for building reliable software: monitors are automatically synthesized from specified properties and integrated with the original system to check its dynamic behaviors during execution. When a specification is violated or validated at runtime, user-defined actions will be triggered, which can be any code: from information logging to runtime recovery.

JavaMOP is an instance of MOP for Java.

Installation

See INSTALL.md for installing JavaMOP from the binary release zip archive. To build JavaMOP from source code, download the source code and refer to src/README.md.

Usage

Refer to docs/Usage.md for detailed instructions on how to use JavaMOP.

About

Runtime verification system for Java, using AspectJ for instrumentation.

http://fsl.cs.illinois.edu/javamop

License:Other


Languages

Language:Java 99.9%Language:Shell 0.1%