-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On JDK 17 compiled classes, null when expanding class file #445
Comments
I can confirm I'm getting similar issues when decompiling JDK 17 compiled classes. The global search feature also seems to be affected (it is not finding everything it should be finding). |
From the readme of jd-core (the base of jd-gui):
Also, as you might be able to see from this repo, it was not updated in since 2019. So probably no hope of getting a fix. |
A branch was made that does work.
Release Update gui & bump dependencies & fixes · Quentium-Forks/jd-gui · GitHub<https://github.com/Quentium-Forks/jd-gui/releases/tag/v1.7.0>
From: twistios ***@***.***>
Sent: Friday, 19 July 2024 9:14 AM
To: java-decompiler/jd-gui ***@***.***>
Cc: haggis663 ***@***.***>; Author ***@***.***>
Subject: Re: [java-decompiler/jd-gui] On JDK 17 compiled classes, null when expanding class file (Issue #445)
From the readme of jd-core (the base of jd-gui):
JD-Core is a standalone JAVA library containing the JAVA decompiler of "Java Decompiler project". It support Java 1.1.8 to Java 12.0, including Lambda expressions, method references and default methods. JD-Core is the engine of JD-GUI.
Also, as you might be able to see from this repo, it was not updated in since 2019. So probably no hope of getting a fix.
—
Reply to this email directly, view it on GitHub<#445 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF6LSU6QNI6NIX5Y22DP723ZNBD2HAVCNFSM6AAAAABG4VDEP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZXG43DEMRVHA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
On JDK 17 compiled classes, the class file decompiles okay, but in the navigation view, click + results in "null" showing below class file.
The text was updated successfully, but these errors were encountered: