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

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

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

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

    Bug 修复


    • [SONARJAVA-1344] - FP on S1905: cast is mandatory when using wildcard


    • [SONARJAVA-1465] - SE consume too much memory when accumulating unresolved relations


    • [SONARJAVA-1516] - FP in AssignmentInSubExpressionCheck : assignement in while statement are not ignored


    • [SONARJAVA-1517] - FP on S2694 : inner class extending non-static inner class can not be static


    • [SONARJAVA-1525] - BinaryRelation does not handle correctly the case where it has the same operands.


    • [SONARJAVA-1530] - FP in S1948: Enum should always be considered as serializable


    • [SONARJAVA-1531] - CFG: Pruning is not done correctly for exit blocks


    • [SONARJAVA-1533] - FP on S1872: StackTraceElement.getClassName() should be ignored


    • [SONARJAVA-1539] - Erasure of Type variable should be the erasure of its leftmost bound


    • [SONARJAVA-1540] - S3422 : DependencyWithSystemScopeCheck should not fail with empty string as <SystemPath< or without the attribute


    • [SONARJAVA-1541] - CFG: complex condition in switch condition ends up in bad cfg


    • [SONARJAVA-1542] - Semantic: Try with resource should create its own scope for resources


    • [SONARJAVA-1545] - FP S1699 when calling a method prefixed with super


    • [SONARJAVA-1556] - NPE when reporting issue on anonymous classes for rules extending AbstractSerializableInnerClassRule

    改进:


    • [SONARJAVA-1113] - NOSONAR does not apply on test files


    • [SONARJAVA-1231] - FP on S1192: Should ignore string literals used in body of interface default methods


    • [SONARJAVA-1505] - Type of expression based on wildcards should be handled


    • [SONARJAVA-1509] - S1854 [deadStore check] : change issue location to be on expression of assignment instead of variable, including the assignment operator


    • [SONARJAVA-1510] - SE: report cause of nullNess as secondary location for S2259


    • [SONARJAVA-1519] - "Class not found" should be log as a warning not an error.


    • [SONARJAVA-1521] - S3398 Fix message for anonymous classes.


    • [SONARJAVA-1522] - FP S2093 for method that are resource factory.


    • [SONARJAVA-1524] - S3400 should not be activated by default


    • [SONARJAVA-1526] - SE: Assignement with operator should generate a new SV and not behave like a standard assignement


    • [SONARJAVA-1529] - FP Hidden Field check for local variabes of static inner classes and outer class fields


    • [SONARJAVA-1534] - SE: Report with precise issue location when operand of a binary expression is always true or false


    • [SONARJAVA-1536] - SE (S2259): report cause of nullNess with adequate message when caused by chained method invocation


    • [SONARJAVA-1546] - Rule S1143: expand implementation to cover all jump statements


    • [SONARJAVA-1549] - Exclude unprintable unicode chars between 128 and 160 for S2973

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