Towards SOA-Based Code Defect Analysis
Towards SOA-Based Code Defect Analysis
复制标题
迈向基于 SOA 的代码缺陷分析
DOI:
10.1109/sose.2008.47
复制
发表时间:
2008
期刊:
影响因子:
--
通讯作者:
Hong Mei
中科院分区:
文献类型:
--
作者:
Qianxiang Wang;Na Meng;Zhiyi Zhou;Jinhui Li;Hong Mei
Static code analysis is the analysis of software that is performed to acquire information concerning the dynamic behavior of programs built from that software, without actually executing the programs. Currently, most analysis techniques are implemented as independent tools, or plugins for integrate development environment (IDE, e.g., Eclipse). However, in this paper, we introduce a new way to release the analyzing ability: a Web Service based approach, which can integrate multiple analysis tools, and provides analyzing ability by way of standard Web Service interface. The user can benefit code analyzing ability by just submit the code to be analyzed to the service, without download any analyzing tools, and then get the merged result. The experiment shows that the proposed approach is feasible and efficient.