发布于 2016-06-09 00:32:28 | 126 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube 5.6 LTS 发布了,本次发布做了进一步的改进,修复了大量 Bugs ,以下是新特性及后期版本改进任务:
新特性:
SONAR-7587] - Both Server and Scanner must fail if not started on Java 8+
[SONAR-7661] - Add Startable interface to explicitly create components started/stopped by container
任务:
[SONAR-7367] - Remove code previously used by SonarLint
[SONAR-7569] - Update copy resource id when persisting components in CE
[SONAR-7612] - Put new Sensor API out of beta and deprecate old API
[SONAR-7623] - Deprecate "Test execution details" feature
[SONAR-7626] - Deprecate issues report (html/console) feature
[SONAR-7636] - Deprecate org.sonar.api.measures.Measure
查看完整发布说明,可以点击这里。