引用本文:张献,董威,齐治昌.基于AOP 的运行时验证中的冲突检测.软件学报,2011,22(6):1224-1235
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 9648次   下载 10460 本文二维码信息
码上扫一扫!
分享到: 微信 更多
基于AOP 的运行时验证中的冲突检测
张献, 董威, 齐治昌
国防科学技术大学 计算机学院,湖南 长沙 410073
摘要:
现有的形式化验证方法除了在模型层面对系统进行验证以外,越来越倾向于直接针对系统的实际代码和具体运行.运行时验证技术验证的对象是具体程序,它试图把形式化验证技术部署到程序的实际运行过程中.然而在把形式化技术部署到实际运行过程中会出现一系列在模型层面验证通常不会出现的问题,对这些问题中的冲突现象进行了研究,定义了运行时验证技术中存在的两种冲突,并给出了相应的检测算法.最后,对这些算法进行了实现和实例研究,结果表明了该方法的有用性.
关键词:  运行时验证  面向方面编程  切入点  冲突检测
DOI:10.3724/SP.J.1001.2011.04016
分类号:
基金项目:国家自然科学基金(60970035, 91018013, 90818024, 60803042)
Conflicts Detection in Runtime Verification Based on AOP
ZHANG Xian, DONG Wei, QI Zhi-Chang
School of Computer, National University of Defense Technology, Changsha 410073, China
Abstract:
Nowadays, instead of only verifying systems at the model level, current state-of-the-art verification techniques tend to focus on real code and real system’s execution. Runtime verification checks the system’s execution and tries to bridge the gap between formal verification techniques and real systems. However, this brings about some problems which usually do not appear in model-level verification. This paper analyses the problem in runtime verification. It defines two kinds of conflicts and lists their corresponding detection algorithms. These algorithms are implemented based on an open source runtime verification tool and some real cases are examined. The results demonstrate the effectiveness of the proposed method.
Key words:  runtime verification  aspect-oriented programming  pointcut  conflict detection