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
Update: The issue happens with the MethodRenamerTransformer, ConstantTransformer and possibly some others, But it does not happen with the FieldRenamerTransformer or ClassRenamerTransformer, which is all I care about obfuscating when it comes to enums
(occurs on version 1.7.0)
while the type of the class remains an enum, the enum constants in the class become regular fields.
also,
(public enum a) becomes (public class a extends Enum)
The text was updated successfully, but these errors were encountered: