]> source.dussan.org Git - vaadin-framework.git/commit
Return a value on __gwtStatsEvent in Profiler (#11709)
authorBogdan Udrescu <bogdan@vaadin.com>
Fri, 4 Jul 2014 13:23:26 +0000 (16:23 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 7 Jul 2014 09:55:39 +0000 (09:55 +0000)
commit0eb8b337a936d8b39fb9a8793bafb83a302c86f5
treed570786827bf806a2b52cc48f6fbbb3d7cc7659c
parent7b008eb818d2d27bd7034321bcbe07d24a6e60d8
Return a value on __gwtStatsEvent in Profiler (#11709)

Calling GWT RPC throw an exception when __gwtStatsEvent doesn't return
a boolean. This was in the Profiler.ensureNoLogger where the function
assigned was empty.

Change-Id: If97e15eb3c2c6512e80f3bde81ba180b8c95c947
WebContent/WEB-INF/web.xml
client/src/com/vaadin/client/Profiler.java
uitest/src/com/vaadin/tests/widgetset/client/gwtrpc/GwtRpcButtonConnector.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/gwtrpc/GwtRpcServiceTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/gwtrpc/GwtRpcServiceTestAsync.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/gwtrpc/GwtRpc.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/gwtrpc/GwtRpcButton.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/gwtrpc/GwtRpcServletTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/gwtrpc/GwtRpcTest.java [new file with mode: 0644]