From c0df5bd042f4f7d61973464d10dd16a9f58d3d99 Mon Sep 17 00:00:00 2001 From: Sergiu Dumitriu Date: Fri, 12 Sep 2014 12:05:25 -0400 Subject: [PATCH] [misc] Added new checkstyle rules introduced in recent versions of the Checkstyle tool --- .../src/main/resources/checkstyle.xml | 51 +++++++++++++++++-- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/resources/checkstyle.xml b/xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/resources/checkstyle.xml index 5d3e8b0e6c..02b3f75b6a 100644 --- a/xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/resources/checkstyle.xml +++ b/xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/resources/checkstyle.xml @@ -48,6 +48,10 @@ + + + + @@ -87,10 +91,14 @@ - + + + + + @@ -145,6 +155,8 @@ + + @@ -176,7 +188,12 @@ - + + + + + + @@ -223,6 +240,8 @@ + + @@ -232,8 +251,14 @@ + + + + + + @@ -250,12 +275,20 @@ + + + + + + + + @@ -264,8 +297,16 @@ + + + + + + + +