[java-support] 01/10: JPAR-85 - Check final parameters in methods.
Tom Zeller
tzeller at dragonacea.biz
Mon May 16 21:19:36 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 4b7cb99ddb059ffb2b75c14a24dc873b6e0a1a91
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 19:36:11 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