Tal Nisan has posted comments on this change.

Change subject: findbugs: Fix inner class should be static warnings in 
uicommonweb project
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/AddClusterRM.java
Line 93:                 cluster.setdescription((String) 
clusterModel.getDescription().getEntity());
Line 94:                 
cluster.setStoragePoolId(enlistmentContext.getDataCenterId());
Line 95:                 cluster.setcpu_name(((ServerCpu) 
clusterModel.getCPU().getSelectedItem()).getCpuName());
Line 96:                 
cluster.setmax_vds_memory_over_commit(clusterModel.getMemoryOverCommit());
Line 97:                 
cluster.setCountThreadsAsCores(Boolean.TRUE.equals(clusterModel.getVersionSupportsCpuThreads().getEntity())
Will fix the comment then
Line 98:                         && 
Boolean.TRUE.equals(clusterModel.getCountThreadsAsCores().getEntity()));
Line 99:                 cluster.setTransparentHugepages(version.compareTo(new 
Version("3.0")) >= 0); //$NON-NLS-1$
Line 100:                 cluster.setcompatibility_version(version);
Line 101:                 
cluster.setMigrateOnError(clusterModel.getMigrateOnErrorOption());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I60bc3fb1951b91c60b26241c0a14e7bf9facc133
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Sergey Gotliv <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to