You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pi...@apache.org on 2005/09/08 00:32:31 UTC

svn commit: r279445 - /xmlgraphics/fop/trunk/checkstyle-3.5-fop-head.xml

Author: pietsch
Date: Wed Sep  7 15:32:23 2005
New Revision: 279445

URL: http://svn.apache.org/viewcvs?rev=279445&view=rev
Log:
Allow constructor and setter parameter to shadow class fields.

Modified:
    xmlgraphics/fop/trunk/checkstyle-3.5-fop-head.xml

Modified: xmlgraphics/fop/trunk/checkstyle-3.5-fop-head.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/checkstyle-3.5-fop-head.xml?rev=279445&r1=279444&r2=279445&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/checkstyle-3.5-fop-head.xml (original)
+++ xmlgraphics/fop/trunk/checkstyle-3.5-fop-head.xml Wed Sep  7 15:32:23 2005
@@ -55,6 +55,8 @@
     <module name="com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck">
       <property name="severity" value="warning"/>
       <property name="tokens" value="PARAMETER_DEF, VARIABLE_DEF"/>
+      <property name="ignoreConstructorParameter" value="true"/>
+      <property name="ignoreSetter" value="true"/>
     </module>
     <module name="com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck">
       <property name="severity" value="warning"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org