Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 1 | -46/+0 |
| | | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda | ||||
* | Update remaining copyright years to 2014 | Artur Signell | 2014-04-23 | 1 | -1/+1 |
| | | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f | ||||
* | Ignore type parameters when looking for metadata (#12873, #12900) | Leif Åstrand | 2014-03-11 | 1 | -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 |