]> 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)
committerAnthony Guerreiro <anthony@vaadin.com>
Mon, 14 Jul 2014 11:44:55 +0000 (14:44 +0300)
commitdb22e821cb26ccc9ea80d7156bc0d12c59697f4c
tree5a0a74c3ee4017eee261d5b0f63902e295907f0a
parentd338169a382cad34aaf234481aa6126de751d54e
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]