Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
a735373d79
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>