Author: ddas
Date: Fri Jun 3 22:20:42 2011
New Revision: 1131266
URL: http://svn.apache.org/viewvc?rev=1131266&view=rev
Log:
Suppressed a findbugs warning to do with System.exit.
Modified:
hadoop/common/branches/branch-0.20-security/src/test/findbugsExcludeFile.xml
Modified:
hadoop/common/branches/branch-0.20-security/src/test/findbugsExcludeFile.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/src/test/findbugsExcludeFile.xml?rev=1131266&r1=1131265&r2=1131266&view=diff
==============================================================================
---
hadoop/common/branches/branch-0.20-security/src/test/findbugsExcludeFile.xml
(original)
+++
hadoop/common/branches/branch-0.20-security/src/test/findbugsExcludeFile.xml
Fri Jun 3 22:20:42 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>