linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.86k stars 248 forks source link

Issue #70: Do not consider method modifiers while sorting #123

Closed moltmann closed 5 years ago

moltmann commented 5 years ago

Changing the modifiers changes the order of the methods. This would mean that the id-s used for the methods of a file loaded from the cache would be different than expected.

This leads to the wrong method to be called when calling a stubbed method.