[spring-extensions] 09/10: JPAR-85 - Check final variables in for loops.
Tom Zeller
tzeller at dragonacea.biz
Mon May 16 21:56:55 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 2deb6c7f604b988f6354211625c0c07b716d89a4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 20:55:57 2016 -0500
JPAR-85 - Check final variables in for loops.
---
checkstyle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/checkstyle.xml b/checkstyle.xml
index 579806e..e08350c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -97,6 +97,7 @@
</module>
<module name="FinalLocalVariable">
<property name="tokens" value="PARAMETER_DEF,VARIABLE_DEF"/>
+ <property name="validateEnhancedForLoopVariable" value="true"/>
</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