1. What are the contributions mentioned in the paper "Java-mac: a run-time assurance approach for java programs" ?
The authors describe Java-MaC, a prototype implementation of the Monitoring and Checking ( MaC ) architecture for Java programs.. The MaC architecture provides assurance that the target program is running correctly with respect to a formal requirements specification by monitoring and checking the execution of the target program at run-time.. MaC bridges the gap between formal verification, which ensures the correctness of a design rather than an implementation, and testing, which does not provide formal guarantees about the correctness of the system.. The paper presents an overview of the MaC architecture and a prototype implementation Java-MaC.. Furthermore, this separation makes the architecture modular and allows the flexibility of incorporating third party tools into the architecture.
read more