You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/01/18 14:11:37 UTC

svn commit: r1821498 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml

Author: lofwyr
Date: Thu Jan 18 14:11:37 2018
New Revision: 1821498

URL: http://svn.apache.org/viewvc?rev=1821498&view=rev
Log:
forbid hiding fields

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml?rev=1821498&r1=1821497&r2=1821498&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml Thu Jan 18 14:11:37 2018
@@ -181,12 +181,12 @@
         <!-- TBD
         <module name="MissingDeprecated"/>
         -->
-<!-- TBD
+
         <module name="HiddenField">
           <property name="ignoreSetter" value="true" />
           <property name=" ignoreConstructorParameter" value="true" />
         </module>
--->
+
         <module name="IllegalInstantiation">
            <property name="classes" value="java.lang.Boolean, java.lang.String"/>
         </module>