Codebase list libjdom2-intellij-java / 50c3293 FindBugsExcludeFilter.xml
50c3293

Tree @50c3293 (Download .tar.gz)

FindBugsExcludeFilter.xml @50c3293raw · history · blame

<FindBugsFilter>

     <Match>
       <Package name="~org\.jdom2\.test\..*" />
     </Match>
     <Match>
       <Class name="~Test.*" />
     </Match>
     <Match>
       <Package name="~.*\.contrib\..*" />
     </Match>

</FindBugsFilter>