Browse Source

Update the findbugs exclude to ignore the exit

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-204@1137304 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 14 years ago
parent
commit
a735373d79
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/test/findbugsExcludeFile.xml

+ 6 - 0
src/test/findbugsExcludeFile.xml

@@ -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>