MinecraftForge / ForgeFlower

Forge's modifications to FernFlower. Fixing various bugs/inconsistencies. Main Repo: https://github.com/MinecraftForge/FernFlower
Apache License 2.0
80 stars 44 forks source link

Update hideEmptySuper to better handle synthetic parameters #45

Closed JDLogic closed 5 years ago

JDLogic commented 5 years ago

No longer nuke the entire super call when there is a synthetic parameter as the code that prints the parameter list skips them anyway. Fixes missing super calls in the inner classes of DripParticle.

1.14 Diff