Shahar Havivi has posted comments on this change.

Change subject: findbugs: Boxed value is unboxed and then immediately reboxed
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/HostMapperTest.java
Line 88:         vds.setId(Guid.Empty);
Line 89:         vds.setPhysicalMemMb(4000);
Line 90:         Host host = HostMapper.map(vds, (Host) null);
Line 91:         assertNotNull(host.getMemory());
Line 92:         assertEquals(host.getMemory().longValue(), 4194304000L);
Done
Line 93:     }
Line 94: 
Line 95:     @Test
Line 96:     public void testMaxSchedulingMemory() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I28465ef80d706a5e8c08b3e3a92bd00f4a7de94f
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Shahar Havivi <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to