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
Additional context
This is because when processing fields in super classes, SC1 class has an inaccessible field, SC2 class has an accessible field. They may have the same obfuscated name. But MinecraftDecompiler doesn't know how to choose because it can't get the field's access flags when deobfuscating.
The text was updated successfully, but these errors were encountered:
XiaoPangxie732
changed the title
[BUG] [2.3-SNAPSHOT] Field duplicate when remapping
[BUG] [2.3-SNAPSHOT] Field/Method duplicate when remapping
Jun 26, 2021
Describe the bug
Field duplicate when remapping
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Run successfully
System Info:
Additional context
This is because when processing fields in super classes, SC1 class has an inaccessible field, SC2 class has an accessible field. They may have the same obfuscated name. But MinecraftDecompiler doesn't know how to choose because it can't get the field's access flags when deobfuscating.
The text was updated successfully, but these errors were encountered: