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
Consider the following class:
This shows as completely unmapped (0/4) on the side panel and reports 4 unmapped parameters in the stats tree,
After some investigation, I found the record's <init> and equals methods are considered unmapped and count towards the total, despite being unmappable and completely hidden from the user.
This is the same issue as FabricMC/Enigma#502 except it no longer affects enums.
The text was updated successfully, but these errors were encountered:
Consider the following class:
This shows as completely unmapped (0/4) on the side panel and reports 4 unmapped parameters in the stats tree,
After some investigation, I found the record's
<init>
andequals
methods are considered unmapped and count towards the total, despite being unmappable and completely hidden from the user.This is the same issue as FabricMC/Enigma#502 except it no longer affects enums.
The text was updated successfully, but these errors were encountered: