stitch icon indicating copy to clipboard operation
stitch copied to clipboard

Lowercase enum constant names get uppercased

Open Runemoro opened this issue 5 years ago • 1 comments

Even after liach's enum constant PR, enum constant names don't match their .name() if the name is lowercase (see class_4396$class_4397). This causes problems with Procyon (or at least, an older version of it), and would also break anything relying on valueOf if the code is recompiled.

Runemoro avatar Jul 10 '19 13:07 Runemoro

Good point. I will look into fixing that.

liach avatar Sep 21 '19 19:09 liach