发布于 2015-07-31 00:52:45 | 90 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube 4.5.5 发布,该版本主要是修复 bug:
[SONAR-5777] - Component Viewer fails to bulk change a big amount of issues
[SONAR-5865] - Component Issues Drilldown link is broken if apache does not allow to encode slash in URL
[SONAR-5996] - Bulk change fails when it is performed over many issues
[SONAR-6212] - Coverage exclusion properties are not working for IT and overall coverage
[SONAR-6238] - Updating only the name of a rule is not taking in account when synchronizing rules at startup
[SONAR-6348] - Property sonar.path.temp is ignored by Ruby on Rails application
[SONAR-6529] - Fail to create manual metrics on MSSQL if DB role db_owner is not granted
[SONAR-6530] - Fail to create a user on MSSQL if DB role db_owner is not granted
[SONAR-6726] - Authentication freeze with LDAP and Dev Cockpit
更多内容请查看: release notes.
下载请访问: sonarqube.org.
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
主要特点:
代码覆盖:通过单元测试,将会显示哪行代码被选中
改善编码规则
搜寻编码规则:按照名字,插件,激活级别和类别进行查询
项目搜寻:按照项目的名字进行查询
对比数据:比较同一张表中的任何测量的趋势