1
0

findbugs.exclude.xml 252 B

12345678910
  1. <?xml version="1.0"?>
  2. <FindBugsFilter>
  3. <Match>
  4. <Class name="com.creditease.uav.feature.rmqadmin.facade.MQAdminStartup" />
  5. <Bug pattern="NP_ALWAYS_NULL" />
  6. </Match>
  7. <Match>
  8. <Bug pattern="DM_DEFAULT_ENCODING" />
  9. </Match>
  10. </FindBugsFilter>