diff options
author | Joerg Pietschmann <pietsch@apache.org> | 2005-09-07 22:32:23 +0000 |
---|---|---|
committer | Joerg Pietschmann <pietsch@apache.org> | 2005-09-07 22:32:23 +0000 |
commit | a28e15b5ff04fdb6220034ce445a61b94c10dddd (patch) | |
tree | 40fdfff91893463ecb492fa9a717c6b7830a9034 /checkstyle-3.5-fop-head.xml | |
parent | 7b22606dfeff96018ff55022f91515a1f440243a (diff) | |
download | xmlgraphics-fop-a28e15b5ff04fdb6220034ce445a61b94c10dddd.tar.gz xmlgraphics-fop-a28e15b5ff04fdb6220034ce445a61b94c10dddd.zip |
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
Diffstat (limited to 'checkstyle-3.5-fop-head.xml')
-rw-r--r-- | checkstyle-3.5-fop-head.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checkstyle-3.5-fop-head.xml b/checkstyle-3.5-fop-head.xml index 5acb421c0..d1aa3c369 100644 --- a/checkstyle-3.5-fop-head.xml +++ b/checkstyle-3.5-fop-head.xml @@ -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"/> |