blob: 391ae2b3f1bfd41038b9ba1f7daaa610a14da7ed [file] [log] [blame]
<FindBugsFilter>
<!--
Note: Exclusion definition exists in multiple places.
- In file ${findbugs.excludeFilterFile} defined at top of pom.xml (this file)
- maven-checkstyle-plugin configuration in pom.xml
- maven-pmd-plugin configuration in pom.xml
-->
<Match>
<Class name="~net.onrc.onos.datastore.RCProtos(.*)?" />
</Match>
<Match>
<Class name="~com.tinkerpop.blueprints.impls.ramcloud.RamCloudGraphProtos(.*)?" />
</Match>
<Match>
<Class name="~.*com\.tinkerpop\..*"/>
</Match>
<Match>
<Class name="~.*edu\.stanford\..*"/>
</Match>
<Match>
<Class name="~.*net\.floodlightcontroller\..*"/>
</Match>
<Match>
<Class name="~.*org\.openflow\..*"/>
</Match>
</FindBugsFilter>