You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature to remove synthetic bridge methods by "merging" with wrapped method.
This can be disabled by Inline methods option (if checkbox missing, please use latest unstable build 😅)
I also commit an additional rename reason: /* merged with bridge method [inline-methods] */
And if debug code comments are enabled, merged methods signatures will be shown:
/* JADX DEBUG: Method merged with bridge method: showVersionInfo(Lcom/nomagic/b/ag;)Z */
/* JADX DEBUG: Method merged with bridge method: showVersionInfo(Lcom/nomagic/rcpf/product/lic/ProductVersion;)Z */
Hope this makes it easier to understand why method was renamed and what option control it.
link: https://drive.google.com/file/d/1EYP3KNNmSez3SNjFjX7Qe4kdl8kCmi4V/view?usp=sharing
As in the picture, jadx wrongly changes the method name to
showVersionInfo
, how to prohibit it from renaming incorrectly?The text was updated successfully, but these errors were encountered: