Author: omalley
Date: Sun Jun 19 06:48:40 2011
New Revision: 1137304

URL: http://svn.apache.org/viewvc?rev=1137304&view=rev
Log:
Update the findbugs exclude to ignore the exit

Modified:
    
hadoop/common/branches/branch-0.20-security-204/src/test/findbugsExcludeFile.xml

Modified: 
hadoop/common/branches/branch-0.20-security-204/src/test/findbugsExcludeFile.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-204/src/test/findbugsExcludeFile.xml?rev=1137304&r1=1137303&r2=1137304&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-0.20-security-204/src/test/findbugsExcludeFile.xml
 (original)
+++ 
hadoop/common/branches/branch-0.20-security-204/src/test/findbugsExcludeFile.xml
 Sun Jun 19 06:48:40 2011
@@ -126,4 +126,10 @@
        <Class name="org.apache.hadoop.mapred.Child" />
        <Bug pattern="DM_EXIT" />
      </Match>
+
+     <Match>
+       <Class 
name="org.apache.hadoop.mapreduce.security.token.DelegationTokenRenewal$DelegationTokenCancelThread"
 />
+       <Method name="run" />
+       <Bug pattern="DM_EXIT" />
+    </Match>
 </FindBugsFilter>


Reply via email to