[java-support] 09/10: JPAR-85 - Check final variables in for loops.
Tom Zeller
tzeller at dragonacea.biz
Mon May 16 21:19:44 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 4ce09e31dd3ed2d7097e92320ec845ddc1f2f8b5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 20:17:00 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