Shahar Havivi has uploaded a new change for review. Change subject: findbugs: ignore: Possible null pointer dereference ......................................................................
findbugs: ignore: Possible null pointer dereference Change-Id: I310aed3ed02ff3683506b07f1a2155e9830f7893 Signed-off-by: Shahar Havivi <[email protected]> --- M backend/manager/modules/bll/exclude-filters.xml 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/14684/1 diff --git a/backend/manager/modules/bll/exclude-filters.xml b/backend/manager/modules/bll/exclude-filters.xml index 78ffef0..1299842 100644 --- a/backend/manager/modules/bll/exclude-filters.xml +++ b/backend/manager/modules/bll/exclude-filters.xml @@ -10,4 +10,16 @@ <Method name="delay"/> <Bug code="RV"/> </Match> + + <Match> + <Class name="org.ovirt.engine.core.bll.TagsDirectorTest" /> + <Method name="testUpdateParent"/> + <Bug code="NP"/> + </Match> + + <Match> + <Class name="org.ovirt.engine.core.bll.TagsDirectorTest" /> + <Method name="testUpdateParent"/> + <Bug code="NP"/> + </Match> </FindBugsFilter> -- To view, visit http://gerrit.ovirt.org/14684 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I310aed3ed02ff3683506b07f1a2155e9830f7893 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
