]> source.dussan.org Git - vaadin-framework.git/commit
Protect CurrentInstance instances from garbage collection (#12509)
authorLeif Åstrand <leif@vaadin.com>
Thu, 5 Sep 2013 07:11:07 +0000 (10:11 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 5 Sep 2013 13:34:10 +0000 (13:34 +0000)
commitdcf9c61cc0b29e9d437798d78d3ca167ec9cf87a
treefa4d61ec02ff99c4d687315ef42126a48f712245
parent1e73ca85b36850d620d7aa55d354747ee4f0b014
Protect CurrentInstance instances from garbage collection (#12509)

Change-Id: I9ec103a1a42d8888d6f680f477393807223740cf
server/src/com/vaadin/util/CurrentInstance.java
server/src/com/vaadin/util/WeakValueMap.java [deleted file]
uitest/src/com/vaadin/tests/components/ui/CurrentUiRetained.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/CurrentUiRetained.java [new file with mode: 0644]