LapisBlue / Nocturne

A graphical tool for creation of Java deobfuscation mappings.
Other
23 stars 2 forks source link

Mappings should not be immutable #7

Closed caseif closed 8 years ago

caseif commented 8 years ago

Mappings should not be immutable, as their deobfuscated name can change. It makes more sense to manipulate an existing mapping than to create an entirely new one. Furthermore, introduction of this change would solve several bugs which would otherwise need to be fixed explicitly, such as member mappings not being carried between class renaming.

caseif commented 8 years ago

Working on this now, will commit it either tonight or tomorrow (@jamierocks pls don't touch :smile:).

jamierocks commented 8 years ago

Okay that's cool it's 11:51pm over here anyway so you needn't worry ;)