]> source.dussan.org Git - vaadin-framework.git/commit
Fix findUI throwing NullPointerException when extending Vaadin (#13556)
authorJuuso Valli <juuso@vaadin.com>
Wed, 16 Apr 2014 11:47:32 +0000 (14:47 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 23 Apr 2014 13:37:18 +0000 (13:37 +0000)
commit2e58e97e5297c0e0c718df52ba1c4b30742f3c03
treeddad512e4de546448e08e3c5c7785a50966e0b99
parenteeb956bc645a9c2aa3714747b7889e40bcca4d5f
Fix findUI throwing NullPointerException when extending Vaadin (#13556)

findUI sometimes threw a NPE when the session wasn't set but the UI ID
was. Doesn't occur in normal use, just when doing custom things with
requestStart/requestEnd or runPendingAccessTasks
Change-Id: Id7733567923fa30dcab4946c43b73200c2a0fac2
server/src/com/vaadin/server/VaadinService.java
server/tests/src/com/vaadin/server/VaadinPortletServiceTests.java