Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Classes containing $ in their names are not shown anywhere

Open coderbot16 opened this issue 6 years ago • 1 comments

If a class name contains the $ character, it does not show up in the class list, and no errors are displayed. However, $ is a perfectly valid character in class names in Java. I'm guessing that Enigma thinks that class names that contain $ are only for subclasses, like MinecraftServer$1, but this is not the case.

coderbot16 avatar Sep 27 '19 01:09 coderbot16

Enigma considers tokens with $ in its name as broken somehow. Dunno who added that or why that was added.

liach avatar Oct 01 '19 20:10 liach