blob: e763502df8d7de4e51dd32a6f959360003111aa8 [file] [log] [blame]
<!-- FindBugs filter for reported bugs that have been reviewed and identified
as false positives. -->
<FindBugsFilter>
<Match>
<Class name="org.apache.pirk.test.utils.StandaloneQuery" />
<Method name="performStandaloneQuery" />
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
</Match>
</FindBugsFilter>