|
1 | 1 | # Enhanced Class Decompiler |
2 | | -Enhanced Class Decompiler integrates **JD**, **FernFlower**, **Vineflower**, **CFR**, **Procyon** seamlessly with Eclipse and allows Java developers to **debug class files without source code directly**. It also integrates with the eclipse class editor, m2e plugin, supports **Javadoc**, **reference search**, **library source attaching**, **byte code view** and the syntax of JDK8 **lambda** expression. |
| 2 | +Enhanced Class Decompiler integrates **JD**, **Fernflower**, **Vineflower**, **CFR**, **Procyon** seamlessly with Eclipse and allows Java developers to **debug class files without source code directly**. It also integrates with the eclipse class editor, m2e plugin, supports **Javadoc**, **reference search**, **library source attaching**, **byte code view** and the syntax of JDK8 **lambda** expression. |
3 | 3 |
|
4 | 4 | <p align="center"><img src="https://ecd-plugin.github.io/ecd/doc/o_debug_class.png"></p> |
5 | 5 |
|
6 | 6 | ## Description |
7 | | -Enhanced Class Decompiler is a plug-in for the Eclipse platform. It integrates JD, FernFlower, Vineflower, CFR, Procyon seamlessly with Eclipse, allows you to display all the Java sources during your debugging process, even if you do not have them all, and you can debug these class files without source code directly. |
| 7 | +Enhanced Class Decompiler is a plug-in for the Eclipse platform. It integrates JD, Fernflower, Vineflower, CFR, Procyon seamlessly with Eclipse, allows you to display all the Java sources during your debugging process, even if you do not have them all, and you can debug these class files without source code directly. |
8 | 8 |
|
9 | 9 | ## Why is this plug-in "enhanced"? |
10 | 10 | This is an ad-free fork of the Eclipse Decompiler Plugin. So we enhanced it by removing all code which might compromise your privacy or security (to the best of our knowledge). |
@@ -74,12 +74,19 @@ Due to a signature bug in all Eclipse versions up to (including) Eclipse 2021-03 |
74 | 74 | This affects the release version published on https://ecd-plugin.github.io/update/ and also the version installable via Eclipse Marketplace as it uses this update site. |
75 | 75 |
|
76 | 76 | ## Changelog |
| 77 | +* Version 3.5.2 |
| 78 | + * Reworked output formatter that uses the line number in comments from the decompiler to build source code with correct line numbers for debugging |
| 79 | + * Do not set Fernflower as default decompiler if it's plugin is not installed |
| 80 | + * Fix plugin.xml referencing nonexistent class `org.sf.feeling.decompiler.actions.DecompileWithFernflowerHandler` |
| 81 | + * Remove unused `org.apache.commons.codec` feature dependency |
| 82 | + * Fix NullPointerException in UIUtils.getPathLocation() |
| 83 | + |
77 | 84 | * Version 3.5.1 |
78 | 85 | * Use AST to remove block comments |
79 | 86 | * For newer Eclipse versions use methods to get the latest supported Java version (required for Eclipse 2024-06) |
80 | 87 |
|
81 | 88 | * Version 3.5.0 |
82 | | - * Moved FernFlower into own plugin/feature |
| 89 | + * Moved Fernflower into own plugin/feature |
83 | 90 | * Quiltflower plugin and feature removed |
84 | 91 | * Vineflower plugin and feature added (replaces Quiltflower) |
85 | 92 | * Removed "Source" (source.attach) plugin and feature |
|
0 commit comments