发布于 2015-10-16 23:24:59 | 121 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube 4.5.6 (LTS) 发布,此版本主要是 bug 修复,同时清理 SQALE 模块。
改进列表:
[SONAR-6375] - When the syntax highlightning is off, the component viewer show unescaped html
[SONAR-6663] - Disable DSM computation on views
[SONAR-6774] - Support the character # as the first one of a Group Name
[SONAR-6781] - Quality Gate Search doesn't work with _ (underscores)
[SONAR-6783] - Backport fix for SSF-10 'Prevent Clickjacking' in LTS
[SONAR-6814] - Measures Drilldown fails to load when period is selected
[SONAR-6847] - NullPointerException might happen when analysing a Java project and when the rule 'squid:S1228' is activated
[SONAR-6877] - Fix SSF-33
[SONAR-6878] - Fix SSF-34
[SONAR-6880] - Fix SSF-37
[SONAR-6547] - Run one-time migration to clear the overloaded SQALE info on the Rules table
[SONAR-6837] - Increase the read-timeout of any call to a SQ WS to 1 minute and make this timeout configurable
[SONAR-6881] - Disable OPTIONS and TRACE methods of web server
Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。
主要特点:
代码覆盖:通过单元测试,将会显示哪行代码被选中
改善编码规则
搜寻编码规则:按照名字,插件,激活级别和类别进行查询
项目搜寻:按照项目的名字进行查询
对比数据:比较同一张表中的任何测量的趋势