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 2014/10/09 20:59:04 UTC

git commit: HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 4e544c84e -> 971eb31d2


HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)

(cherry picked from commit d7b647f0ee2c918143ff71abd9ce8b89717b2fc5)


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

Branch: refs/heads/branch-2
Commit: 971eb31d28cc51d0ffd8ffb0476e1f1663f702b0
Parents: 4e544c8
Author: Andrew Wang <wa...@apache.org>
Authored: Thu Oct 9 11:58:36 2014 -0700
Committer: Andrew Wang <wa...@apache.org>
Committed: Thu Oct 9 11:58:51 2014 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt                    | 2 ++
 .../hadoop-common/dev-support/findbugsExcludeFile.xml              | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/971eb31d/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 26f97c6..24e80c4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -242,6 +242,8 @@ Release 2.6.0 - UNRELEASED
 
     HADOOP-11007. Reinstate building of ant tasks support. (jlowe via kihwal)
 
+    HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang)
+
   OPTIMIZATIONS
 
     HADOOP-10838. Byte array native checksumming. (James Thomas via todd)

http://git-wip-us.apache.org/repos/asf/hadoop/blob/971eb31d/hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml b/hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml
index 9b9b5f3..d14ffd6 100644
--- a/hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml
+++ b/hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml
@@ -316,7 +316,7 @@
     </Match>
     <Match>
       <!-- protobuf generated code -->
-      <Class name="~org\.apache\.hadoop\.tracing\.TraceAdminPB.*">
+      <Class name="~org\.apache\.hadoop\.tracing\.TraceAdminPB.*"/>
     </Match>
 
     <!--