[java-idp-integration-tests] 01/02: JPAR-85 - Checkstyle, check final parameters

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 15:39:21 EDT 2017


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=24a2b87ed5f8ba0815595f8b0f4003cbecd0f52b

commit 24a2b87ed5f8ba0815595f8b0f4003cbecd0f52b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 14:34:12 2017 -0500

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

diff --git a/checkstyle.xml b/checkstyle.xml
index 77c0b9a..bf86636 100644
--- a/checkstyle.xml
+++ b/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