[spring-extensions] 01/10: JPAR-85 - Check final parameters in methods.

Tom Zeller tzeller at dragonacea.biz
Mon May 16 21:56:47 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch JPAR-85
in repository spring-extensions.

commit 5681c93e9e33b11d89ad8781d18d39d43c363f9a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 20:44:52 2016 -0500

    JPAR-85 - Check final parameters in methods.
---
 checkstyle.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/checkstyle.xml b/checkstyle.xml
index 5565264..166f349 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -92,6 +92,9 @@
     <module name="TrailingComment"/>
     <module name="EqualsAvoidNull"/>
     <module name="ModifiedControlVariable"/>
+    <module name="FinalParameters">
+      <property name="tokens" value="METHOD_DEF"/>
+    </module>
   </module>
   <module name="SuppressionCommentFilter">
     <property name="offCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+OFF\b"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list