Skip to content

Commit 98771d3

Browse files
authored
Update README.md
1 parent 762cfe7 commit 98771d3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
This project has moved [here](https://github.com/nbauma109/jd-gui-duo) !
22

33
A lot of changes have made the project unlikely to be merged into the original one :
4-
* ANTLR and the outdated JDK7 grammar are dropped and replaced by Eclipse JDT Core to take advantage of nice features such as type bindings, compiler errors/warnings, and a more convenient AST
5-
* Proguard is dropped as it made the project harder to maintain, the build really slow, and the errors harder to diagnose
6-
* JRE is now generated for the needs of the project in version 17 to continue taking advantage of the latest libraries compiled in JDK 9+
7-
* Other decompilers are supported (CFR, Procyon, Fernflower, JADX)
8-
* Use of netbeans diff module to provide a comparison feature
4+
* [ANTLR](https://www.antlr.org/) and the outdated JDK7 grammar [Java.g4](https://github.com/java-decompiler/jd-gui/blob/master/services/src/main/antlr/Java.g4) are dropped and replaced by [Eclipse JDT Core](https://github.com/eclipse-jdt/eclipse.jdt.core) to take advantage of nice features such as type bindings, compiler errors/warnings, and a more convenient AST
5+
* [Proguard](https://github.com/Guardsquare/proguard) is dropped as it made the project harder to maintain, the build really slow, and the errors harder to diagnose
6+
* JRE is now generated for the needs of the project in version 17 to take advantage of the latest libraries compiled in JDK 9+
7+
* Other decompilers are supported (CFR, Procyon, Fernflower, JADX) with the [transformer-api](https://github.com/nbauma109/transformer-api) (forked from [helios-decompiler](https://github.com/helios-decompiler/transformer-api))
8+
* Use of [JarComp](https://activityworkshop.net/software/jarcomp/index.html) and [netbeans diff module](https://github.com/nbauma109/netbeans-visual-diff-standalone) to provide a comparison feature

0 commit comments

Comments
 (0)