发布于 2016-08-27 02:23:42 | 168 次阅读 | 评论: 0 | 来源: 网友投递
SonarQube代码质量管理平台
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
SonarQube Java 4.2 发布了。
此版本更新如下:
SONARJAVA-1801 on rule Unused method parameters should be removed (Code Smell, cert, misra, unused)
SONARJAVA-1803 on rule Unused “private” fields should be removed (Code Smell, cert, unused)
SONARJAVA-1804 on rule Unused “private” methods should be removed (Code Smell, cert, unused)
SONARJAVA-1805 on rule Unused local variables should be removed (Code Smell, unused)
SONARJAVA-1810 on rule Non-serializable objects should not be stored in “HttpSession” objects (Bug, cwe)
SONARJAVA-1800 on rule Lines should not be too long (Code Smell, convention)
详情:http://www.sonarsource.com/2016/08/26/sonarqube-java-4-2-released/