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 zh...@apache.org on 2015/02/06 22:46:40 UTC

[08/50] [abbrv] hadoop git commit: HADOOP-11546. Checkstyle failing: Unable to instantiate DoubleCheckedLockingCheck. (ozawa)

HADOOP-11546. Checkstyle failing: Unable to instantiate DoubleCheckedLockingCheck. (ozawa)


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

Branch: refs/heads/HDFS-EC
Commit: 258b1a4a98392c8d623f5cc6693d6dec9562cbfd
Parents: 47278a2
Author: Tsuyoshi Ozawa <oz...@apache.org>
Authored: Thu Feb 5 00:42:14 2015 +0900
Committer: Zhe Zhang <zh...@apache.org>
Committed: Fri Feb 6 13:45:47 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt                | 3 +++
 hadoop-common-project/hadoop-common/dev-support/checkstyle.xml | 1 -
 hadoop-hdfs-project/hadoop-hdfs/dev-support/checkstyle.xml     | 1 -
 hadoop-tools/hadoop-azure/src/config/checkstyle.xml            | 1 -
 4 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/258b1a4a/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 75cbd2f..e35cfc4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -826,6 +826,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11529. Fix findbugs warnings in hadoop-archives.
     (Masatake Iwasaki via wheat9)
 
+    HADOOP-11546. Checkstyle failing: Unable to instantiate 
+    DoubleCheckedLockingCheck. (ozawa)
+
 Release 2.6.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258b1a4a/hadoop-common-project/hadoop-common/dev-support/checkstyle.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/dev-support/checkstyle.xml b/hadoop-common-project/hadoop-common/dev-support/checkstyle.xml
index ad70bee..4caa03f 100644
--- a/hadoop-common-project/hadoop-common/dev-support/checkstyle.xml
+++ b/hadoop-common-project/hadoop-common/dev-support/checkstyle.xml
@@ -150,7 +150,6 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <!-- module name="AvoidInlineConditionals"/-->
-        <module name="DoubleCheckedLocking"/>
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="HiddenField">

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258b1a4a/hadoop-hdfs-project/hadoop-hdfs/dev-support/checkstyle.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/dev-support/checkstyle.xml b/hadoop-hdfs-project/hadoop-hdfs/dev-support/checkstyle.xml
index 5b25fe2..eda4a47 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/dev-support/checkstyle.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/dev-support/checkstyle.xml
@@ -134,7 +134,6 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <!-- module name="AvoidInlineConditionals"/-->
-        <module name="DoubleCheckedLocking"/>
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="HiddenField">

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258b1a4a/hadoop-tools/hadoop-azure/src/config/checkstyle.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-azure/src/config/checkstyle.xml b/hadoop-tools/hadoop-azure/src/config/checkstyle.xml
index 9df4f78..f68f6c8 100644
--- a/hadoop-tools/hadoop-azure/src/config/checkstyle.xml
+++ b/hadoop-tools/hadoop-azure/src/config/checkstyle.xml
@@ -147,7 +147,6 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <!-- <module name="AvoidInlineConditionals"/> -->
-        <!-- <module name="DoubleCheckedLocking"/> -->
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <!-- <module name="HiddenField"/> -->