MAVEN
MAVEN: Modular aspect verification and interference analysis. Aspects are program modules that include descriptions of key events (called join-points) and code segments (called advice) to be executed at those key events when the aspect is bound (woven) to an underlying system. The MAVEN tool verifies the correctness of an aspect relative to its specification, independently of any specific underlying system to which it may be woven, and also allows establishing noninterference among aspects, or detecting potential interference. The specification includes assumptions about properties of the underlying system, and guaranteed properties of any system after the aspect is woven into it. The approach is based on model checking of a state machine constructed using the linear temporal logic (LTL) description of the assumptions, a description of the join-points, and the state machine of the aspect advice. The tableau of the LTL assumption is used in a unique way, as a representative of any underlying system satisfying the assumptions. This is the first technique for once-and-for-all verification of an aspect relative to its specification, thereby increasing the modularity of proofs for systems with aspects. The individual correctness proofs along with proofs of interference freedom are appropriate for a library of reusable aspects, when multiple aspects are to be woven to a system.
Keywords for this software
References in zbMATH (referenced in 10 articles )
Showing results 1 to 10 of 10.
Sorted by year (- Ebnenasir, Ali: Incremental realization of safety requirements: non-determinism vs. modularity (2015) ioport
- Gurov, Dilian; Huisman, Marieke: Reducing behavioural to structural properties of programs with procedures (2013)
- Djoko Djoko, Simplice; Douence, Rémi; Fradet, Pascal: Aspects preserving properties (2012)
- Huisman, Marieke; Gurov, Dilian: CVPP: a tool set for compositional verification of control-flow safety properties (2011)
- Soleimanifard, Siavash; Gurov, Dilian; Huisman, Marieke: ProMoVer: modular verification of temporal safety properties (2011)
- Chen, Xin; Ye, Nan; Ding, Wenxu: A formal approach to analyzing interference problems in aspect-oriented designs (2010)
- Goldman, Max; Katz, Emilia; Katz, Shmuel: MAVEN: Modular aspect verification and interference analysis (2010)
- Katz, Emilia; Katz, Shmuel: Modular verification of strongly invasive aspects (2009)
- Gurov, Dilian; Huisman, Marieke; Sprenger, Christoph: Compositional verification of sequential programs with procedures (2008)
- Goldman, Max; Katz, Shmuel: MAVEN: Modular aspect verification (2007)