ShaneBeeStudios / McDeob

Re-mapping and deobfuscation tool for Minecraft
Apache License 2.0
178 stars 16 forks source link

Some classes become records #19

Closed DalekCraft2 closed 2 years ago

DalekCraft2 commented 2 years ago

A lot of classes get turned into records for some reason, even if they have fields outside of the constructor's parameters. I think that it is because those classes' constructors all delegate to one specific constructor (or they only have one constructor), which is a requirement for records, so maybe the decompiler mistook those classes for records.

ShaneBeee commented 2 years ago

as with #22 I did not write the decompiler. Please see that issue if you wish to report issues with the decompiler.