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
After doing File > Reload Mappings, The count in the navigator in the upper right doesn't update properly. For classes that were open at the time of reload, when the count updates, it counts all tokens, not just those that match the selected filter.
The text was updated successfully, but these errors were encountered:
I'm using the Minecraft jar with Parchment mappings.
After a bit of debugging, this appears to be a race condition where entries are added to the navigator before the project's remapper has had it's mappings tree populated. When it then tries to look up the token type, the mapping then isn't found in the tree (because it hasn't been populated yet) and so it defaults to TokenType.OBFUSCATED. This results in every mapping being considered obfuscated.
After doing File > Reload Mappings, The count in the navigator in the upper right doesn't update properly. For classes that were open at the time of reload, when the count updates, it counts all tokens, not just those that match the selected filter.
The text was updated successfully, but these errors were encountered: