aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/serialization/GenericWidgetHandling.java
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-46/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
| | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
* Ignore type parameters when looking for metadata (#12873, #12900)Leif Åstrand2014-03-111-0/+46
All code populating the TypeDataStore is generated using writeClassLiteral which strips away all type parameters, so the code doing lookups should also do the same to maintain compatibility. Change-Id: I01654f4cc15188a12c735ffed55d30a34c77a064