Skip to content

git/github/JetBrains/intellij-community%2fjava-decompiler/231.9011.34

Project: Eclipse JDT LS

JDT-LS has an extension point framework (creates its own extension point via. Eclipse) that allows others to contribute their own decompiler when running the language server. When a .class file is opened for which we cannot locate the sources, the decompiler is used. The default one simply shows the method declarations without definitions (using the classfile disassembler from org.eclipse.jdt.core) . We would like to use the FernFlower Java decompiler going forward to improve the user experience.

Currently, this does not exist on Maven Central (or is not mirrored there), but at https://www.jetbrains.com/intellij-repository/releases .

Basic Information

Edited by Roland Grunberg