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

Fix a discrepancy when using J9+ #47

Closed JDLogic closed 5 years ago

JDLogic commented 5 years ago

An error in the mapping of generic types caused the mapping to differ between J8 and J9+. This issue was exposed by a change to java.util.Properties in java 9.

1.14.2 Diff