| <!-- 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> |