Codebase list libjdom2-intellij-java / 462beb2f-467f-48fe-b3a0-2faf95b3c187/main FindBugsExcludeFilter.xml
462beb2f-467f-48fe-b3a0-2faf95b3c187/main

Tree @462beb2f-467f-48fe-b3a0-2faf95b3c187/main (Download .tar.gz)

FindBugsExcludeFilter.xml @462beb2f-467f-48fe-b3a0-2faf95b3c187/mainraw · history · blame

<FindBugsFilter>

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

</FindBugsFilter>