Vineflower / vineflower

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.
https://vineflower.org/
Apache License 2.0
1.13k stars 83 forks source link

Add option to disable inner classes names validation #392

Open EpicPlayerA10 opened 1 month ago

EpicPlayerA10 commented 1 month ago

Added option to disable inner classes names validation. Useful when the jar that you are decompiling does not follow inner classes naming convention (i.e. does not have $ in inner class names).