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
Some methods inherited from libraries or the JDK, and while the synthetic bridge methods are not obfuscated, the specialized methods are. Rather than giving these methods intermediary names, these methods should inherit the name from their bridge counterpart.
The same should happen for MC's own methods. This makes method inheritance clearer as all methods in the entire inheritance chain will have the same name. This will require an update the Mapping Utils' Propagator though, as it assumes intermediary names are entirely unique within a class.
The text was updated successfully, but these errors were encountered:
Some methods inherited from libraries or the JDK, and while the synthetic bridge methods are not obfuscated, the specialized methods are. Rather than giving these methods intermediary names, these methods should inherit the name from their bridge counterpart.
The same should happen for MC's own methods. This makes method inheritance clearer as all methods in the entire inheritance chain will have the same name. This will require an update the Mapping Utils'
Propagator
though, as it assumes intermediary names are entirely unique within a class.The text was updated successfully, but these errors were encountered: