- 1、本文档共18页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Sonar参数分析
Sonar参数分析
API compatibility
API behavior changes---Clirr Plugin
正常接口变化数
API breaks---Clirr Plugin
可能引发错误的接口变化
New API---Clirr Plugin
新增接口数
Total API Changes---Clirr Plugin
接口变化总数
注:以上参数需要依赖于Clirr,暂时仍存在问题
Architecture
Architecture--- Total Quality Plugin
架构质量
计算方式:
ARCH = 100 – TI
TI = Tangle Index
Architecture Tangle Index--- Total Quality Plugin
架构复杂指标
Complexity
Complexity—默认
复杂度
Complexity /class—默认
类复杂度
Complexity /file—默认
文件复杂度
Complexity /method—默认
方法复杂度
Complexity Factor--- Quality Index Plugin
复杂度因素
计算方式:
CF = (5 * Complexity30) * 100 / (Complexity1 + Complexity10 + Complexity20 + Complexity30)
Complexity Factor Methods--- Quality Index Plugin
方法复杂度因素
QI Complexity---Quality Index Plugin
复杂度质量指标
计算方式:
(Complexity30 *10 + Complexity20 * 5 + Complexity10 * 3 + Complexity1) / validLines
Design
Design Classes and Methods Complexity--- Total Quality Plugin
NOM = (1 - (class_complexity - 12) / (acel * 12)) * 50 + (1 - (method_complexity - 2.5) / (acel * 2.5)) * 50 参见19
Design Coupling Between Objects--- Total Quality Plugin
CBO = (1 - (efferent_coupling - 5) / (acel * 5)) * 100 参见19
Design Depth of Inheritance Tree--- Total Quality Plugin
DIT = (1 - (depth_of_inheritance_tree - 5) / (acel * 5)) * 100 参见19
Design Lack of Cohesion of Methods--- Total Quality Plugin
LCOM = (1 - (lack_of_cohesion_of_method - 1) / (acel * 1)) * 100 参见19
Design Response for Class--- Total Quality Plugin
RFC = (1 - (response_for_class - 50) / (acel * 50)) * 100 参见19
Design Quality--- Total Quality Plugin
设计质量
计算方式:
DES = 0.15*NOM + 0.15*LCOM + 0.25*RFC 0.25*CBO + 0.20*DIT
NOM = (1 - (class_complexity - 12) / (acel * 12)) * 50 + (1 - (method_complexity - 2.5) / (acel * 2.5)) * 50
LCOM = (1 - (lack_of_cohesion_of_method - 1) / (acel * 1)) * 100
RFC = (1 - (response_for_class - 50) / (acel * 50)) * 100
CBO = (1 - (efferent_coupling - 5) / (acel * 5)) * 100
DIT = (1 - (depth_of_inheritance_tree - 5) / (acel * 5)) * 100
Acel参数因子的值可以在Sonar setting页面配置
文档评论(0)