Vojtech Szocs has submitted this change and it was merged.

Change subject: webadmin: Fix findbugs 'ignore java.lang.Exception' warning
......................................................................


webadmin: Fix findbugs 'ignore java.lang.Exception' warning

DynamicTabContainerPresenter.setInSlot method override repeats
some code from superclass method (TabContainerPresenter.setInSlot)
simply because it doesn't allow easy extension of its logic.

This patch fixes 'ignore java.lang.Exception' findbugs warning
by logging the exception via client-side logger infrastructure.

Change-Id: I414216bdbf0419862a6beeebf037ec559d608290
Signed-off-by: Vojtech Szocs <[email protected]>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/presenter/DynamicTabContainerPresenter.java
1 file changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Vojtech Szocs: Verified; Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I414216bdbf0419862a6beeebf037ec559d608290
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to