发布于 2014-11-29 01:02:18 | 114 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube PMD 2.3 发布,此版本把 PMD 升级到了 5.2.1 版本,可以通过更新中心进行安装升级,更新内容如下:
[SONARPMD-35] - The SQALE remediation function on PMD rules is often highly overestimated
[SONARPMD-38] - Remove usage of ProjectClasspath
[SONARPMD-42] - Correct EmptyStatementBlock deprecation
[SONARPMD-45] - Fix deprecation message for UselessParentheses
[SONARPMD-13] - Deprecate AvoidFieldNameMatchingMethodName
[SONARPMD-16] - Deprecate CompareObjectsWithEquals
[SONARPMD-17] - Deprecate AvoidCatchingNPE
[SONARPMD-21] - Deprecate BrokenNullCheck
[SONARPMD-23] - deprecate UnnecessaryLocalBeforeReturn
[SONARPMD-24] - Deprecate AbstractClassWithoutAbstractMethod
[SONARPMD-25] - Deprecate AvoidFieldNameMatchingTypeName
[SONARPMD-26] - deprecate IdempotentOperations
[SONARPMD-29] - Do not embed unnecessary dependencies
[SONARPMD-33] - Update Rule: "Unnecessary Local Before Return"
[SONARPMD-36] - Change remediation on UnusedModifier rule
[SONARPMD-37] - Upgrade PMD to version 5.2.1
[SONARPMD-41] - Upgrade to version 4.5.1 LTS of sonarqube API
[SONARPMD-44] - Update PMD XPath rule deprecation
[SONARPMD-10] - Deprecate AvoidThrowingNullPointerException