]> source.dussan.org Git - vaadin-framework.git/commit
Eliminate unguarded Profiler string concatenation
authorLeif Åstrand <leif@vaadin.com>
Wed, 8 Jul 2015 06:23:18 +0000 (09:23 +0300)
committerVaadin Code Review <review@vaadin.com>
Sat, 11 Jul 2015 06:33:23 +0000 (06:33 +0000)
commit3c811e29a79da46a8124239e69ec473ad3dafcde
tree112839f25036fbccd71460d5e563f54198bb67a6
parent8f74bb0faadda823c0d2f6180e6e37ed4c61def9
Eliminate unguarded Profiler string concatenation

Even though the call to Profiler.enter would be eliminated by the
compiler, it would still include the string concatenation since it can't
prove it wouldn't have any side effects.

Change-Id: Iae3f6d18c409f019d2207d212d00ecb78078bc3e
client/src/com/vaadin/client/ui/AbstractComponentConnector.java