findbugsExcludeFile.xml 349 B

12345678910
  1. <FindBugsFilter>
  2. <Match>
  3. <Or>
  4. <Class name="org.apache.hadoop.hdfs.protocol.HdfsFileStatus"/>
  5. <Class name="org.apache.hadoop.hdfs.protocol.LocatedBlock"/>
  6. <Class name="org.apache.hadoop.hdfs.security.token.block.BlockTokenIdentifier"/>
  7. </Or>
  8. <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
  9. </Match>
  10. </FindBugsFilter>