智能化下的产物,无人棋牌室
SonarQube 5.5 发布了,Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。
改进记录如下:
- 全新的 SonarQube 质量模型,三大特性:
- “Reliability” characteristic, based on “bugs”
- “Security” characteristic, based on “vulnerabilities”
- “Maintainability” characteristic, based on “code smells”
- Purpose is to highlight operational risk while remaining committed to manage the technical debt of the code (the default quality gate highlights
- 使用新的 Measures 项目页替换老的度量钻取页面
- More usable and reactive
- Offers various visualizations (Treemaps, Bubble charts, Timelines) on top of drilldown capability
- 提升了垂直的伸缩、性能和稳定性
- Report processing by the Compute Engine (i.e. background tasks) is now done in a dedicated process
- This processing can be multi-threaded to increase the throughput of the Compute Engine
下载地址:http://www.sonarqube.org/downloads/