findbugs.exclude.xml 368 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <FindBugsFilter>
  3. <Match>
  4. <Class name="com.creditease.agent.helpers.DateTimeHelper" />
  5. </Match>
  6. <Match>
  7. <Bug pattern="DM_DEFAULT_ENCODING" />
  8. </Match>
  9. <Match>
  10. <Bug pattern="DM_BOXED_PRIMITIVE_FOR_PARSING"/>
  11. </Match>
  12. <Match>
  13. <Bug pattern="VO_VOLATILE_INCREMENT"/>
  14. </Match>
  15. </FindBugsFilter>