皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

PMD 6.9.0 发布,跨语言静态代码自动分析工具

PMD 6.9.0 发布,PMD 是一个代码分析器,能够帮助发现常见的编程瑕疵,像是未使用的变量、空的 catch 块、不必要的对象创建等等。最初仅支持 Java 代码,目前还可支持 JavaScript、Salesforce.com Apex 和 Visualforce、PLSQL、Apache Velocity、XML 和 XSL 。

此次更新主要包括:

  • Improved Golang CPD Support
  • The new PLSQL rule CodeFormat (plsql-codestyle) verifies that PLSQL code is properly formatted.
  • #649: [core] Exclude specific files from command line
  • #1272: [core] Could not find or load main class when using symlinked run.sh
  • #1377: [core] LanguageRegistry uses default class loader when invoking ServiceLocator
  • #1394: [doc] How to configure “-cache “
  • #1412: [doc] Broken link to adding new cpd language documentation

完整更新内容请查看发布说明

下载地址:

转自 https://www.oschina.net/news/101260/pmd-6-9-0-released