Shahar Havivi has uploaded a new change for review.

Change subject: findbugs: Field masks field in superclass
......................................................................

findbugs: Field masks field in superclass

Change-Id: I544d5e4e602040c70020fa9b2c43a49ad0bbcb9d
Signed-off-by: Shahar Havivi <[email protected]>
---
M 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeOptionsInfoQueryTest.java
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/97/14197/1

diff --git 
a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeOptionsInfoQueryTest.java
 
b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeOptionsInfoQueryTest.java
index 71875d6..42bf029 100644
--- 
a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeOptionsInfoQueryTest.java
+++ 
b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeOptionsInfoQueryTest.java
@@ -29,7 +29,7 @@
 public class GetGlusterVolumeOptionsInfoQueryTest extends 
AbstractQueryTest<GlusterParameters, 
GetGlusterVolumeOptionsInfoQuery<GlusterParameters>> {
 
     List<GlusterVolumeOptionInfo> expected;
-    GlusterParameters params;
+    GlusterParameters parameters;
     private Guid CLUSTER_ID = new Guid("b399944a-81ab-4ec5-8266-e19ba7c3c9d1");
     VDSBrokerFrontend vdsBrokerFrontend;
 
@@ -73,7 +73,7 @@
     }
 
     private void setupExpectedGlusterVolumeOptionInfo() {
-        params = new GlusterParameters(CLUSTER_ID);
+        parameters = new GlusterParameters(CLUSTER_ID);
         expected = new ArrayList<GlusterVolumeOptionInfo>();
         GlusterVolumeOptionInfo option = new GlusterVolumeOptionInfo();
         option.setKey("cluster.self-heal-window-size");
@@ -92,7 +92,7 @@
 
     @Test
     public void testExecuteQueryCommnad() {
-        
when(getQueryParameters().getClusterId()).thenReturn(params.getClusterId());
+        
when(getQueryParameters().getClusterId()).thenReturn(parameters.getClusterId());
         getQuery().executeQueryCommand();
         List<GlusterVolumeOptionInfo> options =
                 (List<GlusterVolumeOptionInfo>) 
getQuery().getQueryReturnValue().getReturnValue();


--
To view, visit http://gerrit.ovirt.org/14197
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I544d5e4e602040c70020fa9b2c43a49ad0bbcb9d
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

Reply via email to