Skip to content
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

Open
haggis663 opened this issue Apr 28, 2024 · 3 comments
Open

On JDK 17 compiled classes, null when expanding class file #445

haggis663 opened this issue Apr 28, 2024 · 3 comments

Comments

@haggis663
Copy link

On JDK 17 compiled classes, the class file decompiles okay, but in the navigation view, click + results in "null" showing below class file.
JD-compiler

@cvogt729
Copy link

cvogt729 commented Jun 4, 2024

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).

@twistios
Copy link

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.

@haggis663
Copy link
Author

haggis663 commented Jul 22, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants