Browse Source

Allow constructor and setter parameter to shadow class fields.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279445 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_90-alpha1
Joerg Pietschmann 18 years ago
parent
commit
a28e15b5ff
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      checkstyle-3.5-fop-head.xml

+ 2
- 0
checkstyle-3.5-fop-head.xml View File

@@ -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"/>

Loading…
Cancel
Save