摘要
对象行为协议对于理解对象行为语义、对象行为验证、测试以及指导其他开发者正确使用对象所提供的外部行为都有十分重要的意义。然而在很多遗产系统中,对象行为协议常常缺失或随着长期的代码维护而出现不一致。针对这一问题,本文提出了一种静态的对象行为协议逆向恢复方法。该方法首先通过源代码分析获取对象(类)内部各方法之间直接和间接的依赖关系,然后在对象(类)内部依赖关系的基础上构建行为协议状态机。由于对象(类)内部的依赖关系是对象行为约束的主要根源,而静态分析具有全面、准确的优点,因此该方法获得的行为协议具有较好的准确性,而相关的实验结果也很好地验证了这一点。
The behavior protocol of object has the critical meaning in understanding and integrating the object into development. Unfortunately, protocol is rarely maintained during the development of lagecy systems. To handle the problem,this paper proposes a technical to recovery the behavior protocol of object in the form of Finite State Machine. It extracts dependency of functions through a static source-code analyse procedure and reconstruct the relations between states. The method offers an accurate and understandable result to instruct the developers in reengineering procedure.
出处
《计算机科学》
CSCD
北大核心
2008年第8期265-268,276,共5页
Computer Science
基金
国家863计划(2007AA01Z125)
国家自然科学基金(60473061
60703092)
关键词
行为协议
抽象状态图
方法依赖
静态分析
再工程
逆向工程
Behavior protocol, Abstract state graph, Function dependence, Static analysis, Reengineering, Reverse engi- neering