summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/test036/refsObfuscationWithMapping
Commit message (Collapse)AuthorAgeFilesLines
* Allow to use two enums with the same simple name into a classmikaelpeltier2015-04-071-2/+2
| | | | | | | | | | | | - To support partial recompilation with enum used into a switch statement, Jack generates a field and a method allowing to get a mapping between an enum field and an integer that will be used into a switch statement. This generated code must not take only the simple name of enumeration as discriminant, since several enum can have the same name. Thus, it is better to use his fully qualified name. Bug: 19639131 Change-Id: I2dbeef61e24e0e7b7250d3f0cfcbb619bd6e7829
* Fix bad assertionmikaelpeltier2014-08-261-1/+1
| | | | | | | - Update a shrob test to be compliant with the mapping format defined into applyMapping method of MappingApplier. Change-Id: Ic45a70f207812884f7653d2eb76124a3a735d74c
* Change Shrinking and obfuscation behavior depending on seedsdelphinemartin2014-06-061-2/+2
| | | | | | | Use the SeedFinder markers as starting point for shrinking and obfuscation tracing. Change-Id: I4a3aecd89edf80fe71a931e14cee5aa4638040e4
* Initial Jack import part 2.Yohann Roussel2014-04-071-6/+6
| | | | Change-Id: Ic439604a1f030700d9049800fbf62422e0004d35
* Initial Jack import.Yohann Roussel2014-03-201-0/+13
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43