Skip to content

Commit 786df9f

Browse files
committed
Updated changelog of version 3.5.2
1 parent a4be9c4 commit 786df9f

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 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.
33

44
<p align="center"><img src="https://ecd-plugin.github.io/ecd/doc/o_debug_class.png"></p>
55

66
## 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.
88

99
## Why is this plug-in "enhanced"?
1010
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
7474
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.
7575

7676
## 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+
7784
* Version 3.5.1
7885
* Use AST to remove block comments
7986
* For newer Eclipse versions use methods to get the latest supported Java version (required for Eclipse 2024-06)
8087

8188
* Version 3.5.0
82-
* Moved FernFlower into own plugin/feature
89+
* Moved Fernflower into own plugin/feature
8390
* Quiltflower plugin and feature removed
8491
* Vineflower plugin and feature added (replaces Quiltflower)
8592
* Removed "Source" (source.attach) plugin and feature

RELEASE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ This command will create the release repository ZIP file in `update_site/target/
2828
1. Delete existing plugins and features directory in update site project.
2929
2. Copy `update_site/target/category.xml` to update site project
3030
3. Extract the content of `com.github.ecd-plugin.update-<version>.zip` (signed version) to the update site project directory.
31-
4. Update `site.xml` file
3231

3332
# Github release
3433

35-
1. Create Release with new Git tag. The tag is ECD `<version>.<release-date>` - example: v3.5.0.20240613
36-
2. Copy new changelog enries of the version from `Readme.md` to release description
34+
1. Create [Release](https://github.com/ecd-plugin/ecd/releases) with new Git tag. The tag is ECD `<version>.<release-date>` - example: v3.5.0.20240613
35+
2. Copy new changelog entries of the version from `Readme.md` to release description
3736
3. Attach the two generated files `com.github.ecd-plugin.update-<version>.zip` `com.github.ecd-plugin.update-<version>.unsigned.zip`
3837

3938
# Eclipse Marketplace

0 commit comments

Comments
 (0)