Skip to content

Commit d4bc860

Browse files
authored
Revise project dependencies and decompiler support
Updated JRE version and added support for Vineflower.
1 parent 98771d3 commit d4bc860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ This project has moved [here](https://github.com/nbauma109/jd-gui-duo) !
33
A lot of changes have made the project unlikely to be merged into the original one :
44
* [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
55
* [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))
6+
* JRE is now generated for the needs of the project in version 25 to take advantage of the latest libraries compiled in newer versions of Java
7+
* Other decompilers are supported (CFR, Procyon, Fernflower, Vineflower, JADX) with the [transformer-api](https://github.com/nbauma109/transformer-api) (forked from [helios-decompiler](https://github.com/helios-decompiler/transformer-api))
88
* 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)