Prepare pmd release 5.2.3

This commit is contained in:
Andreas Dangel
2014-12-21 11:39:41 +01:00
parent 990ed276f3
commit 8831b710f1

View File

@@ -1,13 +1,13 @@
# Changelog
## ???? - 5.2.3:
## December 21, 2014 - 5.2.3:
**Feature Requests and Improvements:**
* [#1288](https://sourceforge.net/p/pmd/bugs/1288/): MethodNamingConventions for native should be deactivated
* [#1293](https://sourceforge.net/p/pmd/bugs/1293/): Disable VariableNamingConventions for native methods
**New/Modified Rules:**
**Modified Rules:**
* [Java / Design / UseVarargs](http://pmd.sourceforge.net/pmd-java/rules/java/design.html#UseVarargs): if `byte[]` is used as the last argument, it is ignored and no violation will be reported.
* [Java / Naming / MethodNamingConventions](http://pmd.sourceforge.net/pmd-java/rules/java/naming.html#MethodNamingConventions): New property `checkNativeMethods`