FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
445 stars 116 forks source link

Remove an outer class null check in TranslationClassVisitor #538

Open sumguytho opened 7 months ago

sumguytho commented 7 months ago

According to JVMS for java SE 20 there some cases when an inner class shouldn't have an outer one. This check wasn't there until 00fcd05 and the reason for this check isn't provided in code.