发布于 2014-08-06 00:23:51 | 136 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube 4.3.3 发布,此版本修复了 MSSQL 迁移的问题,更多内容请看发行说明,现已提供下载。
SonarQube 4.4 发布,更新内容如下:
search and discover rules without having to go through a quality profile
activate/deactivate/update rules on quality profiles
manage rule templates and the custom rules created from those templates
see existing manual rules
对 Component Viewer 进行了完全重写
加强对多语言项目的支持
New criterion on the Issues page
Distribution of lines of code per language on the “Size” widget
An enhanced Quality Gate widget
Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。
主要特点:
代码覆盖:通过单元测试,将会显示哪行代码被选中
改善编码规则
搜寻编码规则:按照名字,插件,激活级别和类别进行查询
项目搜寻:按照项目的名字进行查询
对比数据:比较同一张表中的任何测量的趋势