You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FindBugsExcludeFilter.xml 287B

12345678
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <FindBugsFilter>
  3. <!-- Field is written by gson, seems like spotbugs doesn't recognize this -->
  4. <Match>
  5. <Class name="org.eclipse.jgit.lfs.server.LfsObject" />
  6. <Bug pattern="UWF_UNWRITTEN_FIELD" />
  7. </Match>
  8. </FindBugsFilter>