enigma icon indicating copy to clipboard operation
enigma copied to clipboard

[bug] enigma does not consider that classes all override `java/lang/Object`

Open ix0rai opened this issue 1 year ago • 0 comments

Since enigma is not aware that all classes extend Object, bugs like https://github.com/fabricmc/enigma/issues/140 are caused. [cited issue being that a method with no parameters that returns a string can be named toString, causing conflicts when the mappings are used]

ix0rai avatar Apr 10 '23 22:04 ix0rai