OSDN Git Service

Test case for getting annotations of renamed enums.
authorJeff Hao <jeffhao@google.com>
Wed, 25 Nov 2015 03:12:57 +0000 (19:12 -0800)
committerJeff Hao <jeffhao@google.com>
Mon, 30 Nov 2015 18:48:07 +0000 (10:48 -0800)
commit67f0261f6fcbcac7747e58278c32f449d59fac98
tree59edd7060cd56c15b175656dea0b077fcc8f1edc
parent685af12dab9c6927d94310376ebac79f1afa2095
Test case for getting annotations of renamed enums.

The crashing app was trying to get enums explicitly by name, but could
not find them since they had been renamed by Proguard.

Regression test for bug 25802263.

Change-Id: Iff78a82d81ca108f1289051916f4272cd0f1e6fe
test/005-annotations/build
test/005-annotations/expected.txt
test/005-annotations/src/android/test/anno/AnnoRenamedEnumMethod.java [new file with mode: 0644]
test/005-annotations/src/android/test/anno/RenamedEnumClass.java [new file with mode: 0644]
test/005-annotations/src/android/test/anno/RenamedNoted.java [new file with mode: 0644]
test/005-annotations/src/android/test/anno/TestAnnotations.java
test/005-annotations/src2/android/test/anno/RenamedEnumClass.java [new file with mode: 0644]