Change in ovirt-engine[master]: webadmin: SanStorageLunToTargetList FindBugs

Daniel Erez has submitted this change and it was merged. Change subject: webadmin: SanStorageLunToTargetList FindBugs ...................................................................... webadmin: SanStorageLunToTargetList FindBugs Solved FindBugs warning RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE. The items variable is clearly not null here, since isEmpty() is called on it beforehand, so the conditional statement can be safely removed. Change-Id: Icc4623dfb81aa3354d761536f35f351bd58964a0 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/SanStorageLunToTargetList.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8176 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icc4623dfb81aa3354d761536f35f351bd58964a0 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com>
participants (1)
-
derez@redhat.com