]> source.dussan.org Git - vaadin-framework.git/commit
Make getStateType() find getState methods in superclases (#9315)
authorLeif Åstrand <leif@vaadin.com>
Thu, 23 Aug 2012 07:46:17 +0000 (10:46 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 23 Aug 2012 07:46:17 +0000 (10:46 +0300)
commit8606feb8596ed8f6cd3ed41160706b692f6f4679
tree08bbf9aa04c74168ef075dce3de5a50a166575e5
parentfad5360a76b9f4f93b99f9775ad01997899859ab
Make getStateType() find getState methods in superclases (#9315)

Also cache the result as the finding logic could be quite expensive with
multiple exceptions thrown and caught.
server/src/com/vaadin/terminal/AbstractClientConnector.java