内容简介:PMD 6.9.0 发布,PMD 是一个代码分析器,能够帮助发现常见的编程瑕疵,像是未使用的变量、空的 catch 块、不必要的对象创建等等。最初仅支持 Java 代码,目前还可支持 JavaScript、Salesforce.com Apex 和 Visual...
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
完整更新内容请查看发布说明。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Go语言-打包静态文件
- 编译型语言、解释型语言、静态类型语言、动态类型语言概念与区别
- 现代编程语言系列1:静态类型趋势
- PureScript 0.12.2 发布,静态类型语言
- PureScript 0.12.3 发布,静态类型语言
- 使用Go语言创建静态文件服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Parsing Techniques
Dick Grune、Ceriel J.H. Jacobs / Springer / 2010-2-12 / USD 109.00
This second edition of Grune and Jacobs' brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to as syntax analysis, has been and continues......一起来看看 《Parsing Techniques》 这本书的介绍吧!