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

新闻 PMD 5.5.0 发布,Java 程序代码检查工具 下载

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,720
    赞:
    47
    PMD 5.5.0 发布了,PMD是一款采用BSD协议发布的Java程序代码检查工具。该工具可以做到检查Java代码中是否含有未使用的变量、是否含有空的抓取块、是否含有不必要的对象等。该软件功能强大,扫描效率高,是Java程序员debug的好帮手。
    支持的语言:


    • Salesforce.com Apex is now supported by PMD and CPD. See PR#86.


    • CPD now supports Perl. See PR#82.


    • CPD now supports Swift. See PR#33.

    一些提升 & CLI 改进:


    • A JSON-renderer for PMD which is compatible with CodeClimate. See PR#83.


    • #1360: [core] [java] Provide backwards compatibility for PMD configuration file


    • CPD: If a complete filename is specified, the language dependent filename filter is not applied. This allows to scan files, that are not using the standard file extension. If a directory is specified, the filename filter is still applied and only those files with the correct file extension of the language are scanned.


    • CPD: If no problems found, an empty report will be output instead of nothing. See also #1481


    • CPD: New command line parameter --ignore-usings: Ignore using directives in C# when comparing text.


    • PMD: New command line parameter: -norulesetcompatibility - this disables the ruleset factory compatibility filter and fails, if e.g. an old rule name is used in the ruleset. See also #1360. This option is also available for the ant task: <noRuleSetCompatibility>true</noRuleSetCompatibility>.


    • PMD: New command line parameter: -filelist- this provides an alternative way to define, which files should be process by PMD. With this option, you can provide the path to a single file containing a comma delimited list of files to analyze. If this is given, then you don't need to provide -dir. See PR#98.

    了解更多发布信息,可以参看发布说明

    下载地址:

    PMD 5.5.0 发布,Java 程序代码检查工具下载地址
     
正在加载...