You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has moved [here](https://github.com/nbauma109/jd-gui-duo) !
2
2
3
3
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