Measuring Structural Quality of Object-Oriented Softwares via Bug Propagation Analysis on Weighted Software Networks
Measuring Structural Quality of Object-Oriented Softwares via Bug Propagation Analysis on Weighted Software Networks
复制标题
通过加权软件网络上的错误传播分析来衡量面向对象软件的结构质量
DOI:
10.1007/s11390-010-9399-9
复制
发表时间:
2010-11-01
影响因子:
1.9
通讯作者:
Zhou, Xiao-Yan
中科院分区:
文献类型:
--
作者:
Pan, Wei-Feng;Li, Bing;Zhou, Xiao-Yan
The quality of a software system is partially determined by its structure (topological structure), so the need to quantitatively analyze the quality of the structure has become eminent In this paper a novel metric called software quality of structure (SQoS) is presented for quantitatively measuring the structural quality of object-oriented (OO) softwares via bug propagation analysis on weighted software networks (WSNs) First, the software systems are modeled as a WSN, weighted class dependency network (WCDN), in which classes are nodes and the interaction between every pair of classes if any is a directed edge with a weight indicating the probability that a bug in one class will propagate to the other Then we analyze the bug propagation process in the WCDN together with the bug proneness of each class, and based on this, a metric (SQoS) to measure the structural quality of OO softwares as a whole is developed The approach is evaluated in two case studies on open source Java programs using different software structures (one employs design patterns and the other does not) for the same OO software The results of the case studies validate the effectiveness of the proposed metric The approach is fully automated by a tool written in Java