[java-parent-project-v3] 01/02: JPAR-85 - Checkstyle, check final parameters

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 15:37:42 EDT 2017


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

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=f13bd3b615190518c346edad8840923b0eaadce0

commit f13bd3b615190518c346edad8840923b0eaadce0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 14:19:48 2017 -0500

    JPAR-85 - Checkstyle, check final parameters
---
 resources/checkstyle/checkstyle.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/resources/checkstyle/checkstyle.xml b/resources/checkstyle/checkstyle.xml
index 5140099..5626d7c 100644
--- a/resources/checkstyle/checkstyle.xml
+++ b/resources/checkstyle/checkstyle.xml
@@ -93,6 +93,9 @@
     <module name="TrailingComment"/>
     <module name="EqualsAvoidNull"/>
     <module name="ModifiedControlVariable"/>
+    <module name="FinalParameters">
+      <property name="tokens" value="METHOD_DEF,CTOR_DEF,LITERAL_CATCH"/>
+    </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