Update release notes

This commit is contained in:
Clément Fournier
2018-08-13 01:21:47 +02:00
parent 7bc0305835
commit 51c72c7a9f

View File

@ -31,6 +31,10 @@ This is a minor release.
enforces a naming convention for "for loops". Both "cursor for loops" and "index for loops" are covered.
The rule can be customized via patterns. By default, short variable names are reported.
* The new Java rule [`FieldNamingConventions`](pmd_rules_java_codestyle.html#fieldnamingconventions) (`java-codestyle`)
detects field names that don't comply to a given convention. It defaults to standard Java convention of using camelCase,
but can be configured with ease for e.g. constants or static fields.
### Fixed Issues
* core