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.
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.