]> source.dussan.org Git - vaadin-framework.git/commit
Revert to old simpleName logic (differs for inner classes) (#15544)
authorArtur Signell <artur@vaadin.com>
Wed, 14 Jan 2015 09:35:10 +0000 (11:35 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 14 Jan 2015 10:22:31 +0000 (10:22 +0000)
commitdcfebeb46143d8e9c21424c572c48d2217c80477
tree42c6abb94434ab7bdd0469c25ec0e268534d2fd3
parentb94fdb05a7fa6ae40f91d7f5311b9f0c0b775045
Revert to old simpleName logic (differs for inner classes) (#15544)

All existing recorded TB tests contain Outer$Inner and not Inner so they will
fail if this is switched to using Class.getSimpleName

Change-Id: Ic79355fbc61403ed2929271d302db35e20dda38c
client/src/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java
client/src/com/vaadin/client/componentlocator/VaadinFinderLocatorStrategy.java