内容简介:SonarQube 6.7.3 发布了。Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。 该版...
SonarQube 6.7.3 发布了。Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、 PHP 、C#、C、Cobol、PL/SQL、Flex 等。
该版本主要进行了 Bug 修复:
Bug 修复
[SONAR-10285] - It should be impossible to use the organizations Web API when running on-premises SonarQube
[SONAR-10451] - Incorrect filtering on "Leak Period" issues in the Issues page
[SONAR-10473] - Built-in Quality Profile does not keep severity up-to-date
[SONAR-10502] - Server fails to start with error "Unrecoverable indexation failures"
[SONAR-10505] - Compute Engine processes analysis report slowly when millions of issues
[SONAR-10511] - Project key renaming should rename deleted components too
[SONAR-10536] - It's no longer possible to analyse a module that was removed from another project
改进
[SONAR-10221] - Change message when project main branch is not analyzed
[SONAR-10480] - Do not fail when reading a snapshot version which is too long
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《SonarQube 6.7.3 发布,代码质量管理平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- SonarQube 搭建代码质量管理平台(一)
- SonarQube 搭建代码质量管理平台(二)
- SonarQube 7.0 发布,代码质量管理平台
- SonarQube 7.1 发布,代码质量管理平台
- 原 荐 SonarQube+Scanners代码质量管理
- SonarQube 7.7 发布,代码质量管理平台
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
从Paxos到Zookeeper
倪超 / 电子工业出版社 / 2015-2-1 / 75.00元
《Paxos到Zookeeper:分布式一致性原理与实践》从分布式一致性的理论出发,向读者简要介绍几种典型的分布式一致性协议,以及解决分布式一致性问题的思路,其中重点讲解了Paxos和ZAB协议。同时,本书深入介绍了分布式一致性问题的工业解决方案——ZooKeeper,并着重向读者展示这一分布式协调框架的使用方法、内部实现及运维技巧,旨在帮助读者全面了解ZooKeeper,并更好地使用和运维Zoo......一起来看看 《从Paxos到Zookeeper》 这本书的介绍吧!