欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

SonarQube 5.5 发布,代码质量分析系统

程序员文章站 2022-06-07 13:43:42
...
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/