Mixin icon indicating copy to clipboard operation
Mixin copied to clipboard

Missing toString override in GlobalProperties$Keys causes incorrectly named Keys due to string concatenation with existing Keys

Open DJtheRedstoner opened this issue 4 years ago • 1 comments

The lack of a toString override in GlobalProperties$Keys makes the following code (and other similar instances) create a key similar to org.spongepowered.asm.launch.GlobalProperties$Keys@239b0f9d.default. https://github.com/SpongePowered/Mixin/blob/155314e6e91465dad727e621a569906a410cd6f4/src/main/java/org/spongepowered/asm/mixin/MixinEnvironment.java#L1096

DJtheRedstoner avatar Feb 07 '22 22:02 DJtheRedstoner

Thanks for opening this, marked as bug.

Mumfrey avatar Feb 08 '22 11:02 Mumfrey