Bring order to exported mapping files
The feature I would like to see is the order of names in exported mapping to be the same as they are declared in a class.
As I was deobfuscating a .jar and commiting updates to the mapping file...
my routine is:
- load original .jar
- load last mapping
- change names
- export mapping
...I noticed that order of fileds in exported mapping files changes everytime (I think only in in scope of Classes that just had any fields or methods mapping edited). They shuffle in unknown to me pattern.
PS. Type of mapping (proguard, simlple etc.) doesn't matter they all shuffle.
Bring order to exported mapping files
The feature I would like to see is the order of names in exported mapping to be the same as they are declared in a class.
As I was deobfuscating a .jar and commiting updates to the mapping file...
my routine is:
...I noticed that order of fileds in exported mapping files changes everytime (I think only in in scope of Classes that just had any fields or methods mapping edited). They shuffle in unknown to me pattern.
PS. Type of mapping (proguard, simlple etc.) doesn't matter they all shuffle.