Shahar Havivi has uploaded a new change for review. Change subject: findbugs: Remove method that is never called ......................................................................
findbugs: Remove method that is never called findbugs reason: UPM: Private method is never called (UPM_UNCALLED_PRIVATE_METHOD) Change-Id: I676ddec67e38ef31636308be15d5adee89c5787a Signed-off-by: Shahar Havivi <shav...@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java 1 file changed, 0 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/15135/1 diff --git a/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java b/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java index ccf0b1d..ed90e79 100644 --- a/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java +++ b/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java @@ -68,14 +68,6 @@ } } - private void setUpGetEntityExpectations(Guid entityId, Boolean returnNull) throws Exception { - setUpGetEntityExpectations(VdcQueryType.GetVdsGroupById, - GetVdsGroupByIdParameters.class, - new String[] { "VdsId" }, - new Object[] { entityId }, - returnNull ? null : getEntity(0)); - } - @Test public void testRemoveCantDo() throws Exception { setUpEntityQueryExpectations(VdcQueryType.GetVdsGroupsByStoragePoolId, -- To view, visit http://gerrit.ovirt.org/15135 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I676ddec67e38ef31636308be15d5adee89c5787a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches