Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-30 | Fix copyright headers. | Elliott Hughes | |
Change-Id: I5b7bc76a370238d810d78522bd5531600746700f | |||
2011-09-29 | Fixed test for static final fields that don't use <clinit>. | jeffhao | |
Static final fields that are initialized by a compile-time constant expression are replaced by copies of the constant value. This is done by the compiler, and the dex file format passes it on. Change-Id: I19c9b63508a4632ac32b8b877f33d68bfb3b054b |