You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wa...@apache.org on 2016/10/21 01:00:14 UTC

hadoop git commit: HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 da7e2f08f -> b0a77db3a


HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng.

(cherry picked from commit 480302b4ba932ff16b88081dac651f0a5c46c09b)
(cherry picked from commit 3fecfe1352e7d8eb5676696ec815ac3be7362c13)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b0a77db3
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b0a77db3
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b0a77db3

Branch: refs/heads/branch-2.8
Commit: b0a77db3a2bbc4bfd7a9a92844310dc209a751ab
Parents: da7e2f0
Author: Andrew Wang <wa...@apache.org>
Authored: Wed Mar 2 09:40:30 2016 -0800
Committer: Andrew Wang <wa...@apache.org>
Committed: Thu Oct 20 18:00:07 2016 -0700

----------------------------------------------------------------------
 hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b0a77db3/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
----------------------------------------------------------------------
diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
index de7319c..32ab51e 100644
--- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
+++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
@@ -156,6 +156,7 @@
         <module name="EqualsHashCode"/>
         <module name="HiddenField">
           <property name="ignoreConstructorParameter" value="true"/>
+          <property name="ignoreSetter" value="true"/>
         </module>
         <module name="IllegalInstantiation"/>
         <module name="InnerAssignment"/>


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