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
Can confirm, but it's probably because Enigma doesn't know if the unmapped enum is because of a misconfiguration or not, basically I think it doesn't know if it's... already unmapped or not ?
Probably because the enum's values and valueOf methods are technically still considered unmapped. But you can't rename them anyway, and the decompiler doesn't even show them
The methods it's counting that it shouldn't are Enum.values, Enum.valueOf, Enum.<init>, Record.equals, and Record.<init>.
Edit: It's actually only the first 2 parameters of Enum.<init>.
This mainly applies to enums, but I have found other cases.
Example: The following class reports 3 unmapped parameters
The text was updated successfully, but these errors were encountered: