Daniel Erez has submitted this change and it was merged. Change subject: webadmin: Fix NPE during OS selection ......................................................................
webadmin: Fix NPE during OS selection This fixes some NPEs in the oSType_SelectedItemChanged() method of 3 behaviors associated with the UnitVmModel class. These were caused by an implicit cast from Integer to int of the currently selected OS. Change-Id: I94b2aef851431fad201c77eec97a74a0fe61396b Signed-off-by: Vitor de Lima <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ExistingVmModelBehavior.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewVmModelBehavior.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/PoolModelBehaviorBase.java 3 files changed, 9 insertions(+), 6 deletions(-) Approvals: Alexander Wels: Looks good to me, but someone else must approve Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23921 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I94b2aef851431fad201c77eec97a74a0fe61396b Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vitor de Lima <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
