[jetty9-dta-ssl] 01/02: JPAR-85 - Checkstyle, check final parameters
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 15:38:47 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository jetty9-dta-ssl.
View the commit online:
http://git.shibboleth.net/view/?p=jetty9-dta-ssl.git;a=commit;h=2429d62ba96645b73fe6f9dcbbe794eae2a3460a
commit 2429d62ba96645b73fe6f9dcbbe794eae2a3460a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 14:22:17 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