1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 SonarQube Java 3.13 发布,代码质量管理平台 下载

本帖由 漂亮的石头2016-04-14 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,584
    赞:
    47
    SonarQube Java 3.13 发布了,Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。

    改进记录:


    • “@NonNull” values should not be set to null (Bug)


    • “Externalizable” classes should have a no-arguments constructor (Bug)


    • “readResolve” methods should be inheritable (Code Smell, pitfall)


    • Constructor injection should be used instead of field injection (Code Smell, design, pitfall)


    • Loops should not be infinite (Bug, cert)


    • Methods of “Random” that return floating point values should not be used in random integer generation (Code Smell, clumsy)


    • Abstract methods should not be redundant(Code Smell, confusing)

    下载地址:https://sonarsource.bintray.com/Distribution/sonar-java-plugin/sonar-java-plugin-3.13.jar
    SonarQube Java 3.13 发布,代码质量管理平台下载地址
     
正在加载...