sfPlayer1 / Matcher

Tool for tracking elements in obfuscated Java archives across releases
GNU General Public License v3.0
75 stars 41 forks source link

Matching class members to superclass/superinterface class members #14

Open liach opened 4 years ago

liach commented 4 years ago

In matching for 20w12a, Mojang abstracted Block class and moved many methods to a new class, which is a new superclass for Block. Matcher apparently cannot match those moved up methods according to modmuss50. I hope Matcher have this ability so that it can match after more types of IDE refactors than simple renaming.