[java-support] 05/10: JPAR-85 - Check final parameter in catch clauses.

Tom Zeller tzeller at dragonacea.biz
Mon May 16 21:19:40 EDT 2016


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

tzeller pushed a commit to branch JPAR-85
in repository java-support.

commit 75045595c37c4165362f7fe83144e5dd18c5dd13
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 20:03:04 2016 -0500

    JPAR-85 - Check final parameter in catch clauses.
---
 checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 6c0e6f6..e82da87 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -93,7 +93,7 @@
     <module name="EqualsAvoidNull"/>
     <module name="ModifiedControlVariable"/>
     <module name="FinalParameters">
-      <property name="tokens" value="METHOD_DEF,CTOR_DEF"/>
+      <property name="tokens" value="METHOD_DEF,CTOR_DEF,LITERAL_CATCH"/>
     </module>
   </module>
   <module name="SuppressionCommentFilter">

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


More information about the commits mailing list