a decompiler which decompiles class file to a compilable java file.
this project is a part of fixRTM project. This decompiler is created to decompile Real Train Mod and NGTLib to modify RTM and NGTLib so the Main target java version is java 8. However, its welcome Pull Requests to support new version of java.
FernFlower sometimes is not able to infer the type of constant values.
e.g. the value 0
will decompiled into false
JD-Core cannot decompile calling static method with instance.
this.staticMethod()
will be compiled to this; staticMethod()
.
@nagise : The person who named this project.