diff options
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"/> |