From e2a131e9082e0a40b5a080d37b838869c4910232 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 3 Sep 2018 08:56:50 +0100 Subject: [PATCH] The new Java rule 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. --- src/main/resources/net/kemitix/pmd/java.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/net/kemitix/pmd/java.xml b/src/main/resources/net/kemitix/pmd/java.xml index b114b1f..c733932 100644 --- a/src/main/resources/net/kemitix/pmd/java.xml +++ b/src/main/resources/net/kemitix/pmd/java.xml @@ -98,6 +98,7 @@ http://pmd.sourceforge.net/ruleset/2.0.0 "> +