发布于 2016-07-28 01:17:03 | 113 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube 5.6.1 发布了,
本次发布改进如下:
[SONAR-7686] - Fail to migrate to SonarQube 5.5 when some LDAP users was removed then reactivated
[SONAR-7770] - Authentication fails if LDAP configuration has been forgotten during the upgrade
[SONAR-7798] - Fail to fix MSSQL collation if Kana (KS) or Width (WS) sensitive
[SONAR-7809] - Bad rendering when there is no new coverage on the Overview page
[SONAR-7868] - Fix XSS issues on Measures page
[SONAR-7869] - Wrong value for last_commit_date
[SONAR-7874] - Restrict anonymous access for some WS
提升
[SONAR-7791] - Upgrade to Tomcat 8.0.32
[SONAR-7866] - Deprecate Server#isSecured()
[SONAR-7867] - Analysis date of ProjectView components must be the project's analysis date
[SONAR-7894] - Document the "Anyone" group on the "Groups" page
[SONAR-7912] - Highlight releasability rating in measure page of a view
主要特点:
代码覆盖:通过单元测试,将会显示哪行代码被选中
改善编码规则
搜寻编码规则:按照名字,插件,激活级别和类别进行查询
项目搜寻:按照项目的名字进行查询
对比数据:比较同一张表中的任何测量的趋势
下载地址:https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.6.1.zip