You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/10/23 18:11:20 UTC

svn commit: r1401334 - /hbase/trunk/dev-support/findbugs-exclude.xml

Author: tedyu
Date: Tue Oct 23 16:11:19 2012
New Revision: 1401334

URL: http://svn.apache.org/viewvc?rev=1401334&view=rev
Log:
HBASE-7036 Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check (Anoop)

Modified:
    hbase/trunk/dev-support/findbugs-exclude.xml

Modified: hbase/trunk/dev-support/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/dev-support/findbugs-exclude.xml?rev=1401334&r1=1401333&r2=1401334&view=diff
==============================================================================
--- hbase/trunk/dev-support/findbugs-exclude.xml (original)
+++ hbase/trunk/dev-support/findbugs-exclude.xml Tue Oct 23 16:11:19 2012
@@ -31,6 +31,10 @@
      <Match>
        <Package name="org.apache.hadoop.hbase.protobuf.generated"/>
      </Match>
+     
+     <Match>
+       <Package name="org.apache.hadoop.hbase.coprocessor.example.generated"/>
+     </Match>
 
      <Match>
        <Class name="org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost" />