vimasig / Bozar

Java bytecode obfuscator with GUI
MIT License
152 stars 19 forks source link

NullPointerException with MethodRenamerTransformer #15

Open HeyaGlitz opened 2 years ago

HeyaGlitz commented 2 years ago

When trying to apply a renamer, I get an unknown NullPointerException which kinda doesn't make sense because I feel this exception shouldn't be thrown in the first place. image Makes no difference changing other options, could this maybe be a library issue?