From d9b9317af10f184ad5ed1c65984c7035cb58de67 Mon Sep 17 00:00:00 2001 From: Nicolas Baumann Date: Mon, 9 Mar 2026 23:12:13 +0100 Subject: [PATCH] Correct inexact claims about supported features - source attach is not supported anymore - debug for CFR not supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aae20483..cd42bfe5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Enhanced Class Decompiler -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. +Enhanced Class Decompiler integrates **JD**, **Fernflower**, **Vineflower**, **CFR**, **Procyon** seamlessly with Eclipse and allows Java developers to **debug class files without source code directly (except with [CFR](https://github.com/ecd-plugin/ecd/blob/786df9f5061d530c00ca7fd25d6408c51e1fe504/org.sf.feeling.decompiler.cfr/src/org/sf/feeling/decompiler/cfr/decompiler/CfrDecompiler.java#L180))**. It also integrates with the eclipse class editor, m2e plugin, supports **Javadoc**, **reference search**, **byte code view** and the syntax of JDK8 **lambda** expression.

## Description -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. +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 (except with [CFR](https://github.com/ecd-plugin/ecd/blob/786df9f5061d530c00ca7fd25d6408c51e1fe504/org.sf.feeling.decompiler.cfr/src/org/sf/feeling/decompiler/cfr/decompiler/CfrDecompiler.java#L180)), even if you do not have them all, and you can debug these class files without source code directly. ## Why is this plug-in "enhanced"? 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).