FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
426 stars 112 forks source link

Issue with obfuscated methods "new" #505

Open rubybrowncoat opened 1 year ago

rubybrowncoat commented 1 year ago

Obfuscated methods with the name new are not recognized as obfuscated so they can't be renamed. This doesn't happen with properties.

Images for example's sake.

image

image

NebelNidas commented 1 year ago

Could be a side effect of #480