Codebase list libjdom2-intellij-java / d40d38e FindBugsExcludeFilter.xml
d40d38e

Tree @d40d38e (Download .tar.gz)

FindBugsExcludeFilter.xml @d40d38eraw · history · blame

<FindBugsFilter>

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

</FindBugsFilter>