Raw File
findbugs_filter.xml
<FindBugsFilter>
    <Match>
        <Package name="~com\.orientechnologies\.orient\.core\.index.*"/>
    </Match>
    <Match>
        <Package name="~com\.orientechnologies\.common\.concur.*"/>
    </Match>
    <Match>
        <Package name="~com\.orientechnologies\.nio.*"/>
    </Match>
    <Match>
        <Package name="~com\.orientechnologies\.orient\.core\.storage.*"/>
    </Match>
</FindBugsFilter>
back to top