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

JDK 24 breaks right click context actions due to upstream NoClassDefFoundError #894

Open
Col-E opened this issue Dec 9, 2024 · 0 comments
Labels
3rd party problem A bug/problem but caused by a library 4.X

Comments

@Col-E
Copy link
Owner

Col-E commented Dec 9, 2024

Describe the bug

Opening any class in the decompiler view will result in the parser failing because OpenRewrite fails due to a NoClassDefFoundError against com/sun/tools/javac/code/Type$UnknownType

I'm working on a replacement for OpenRewrite/JavaParser thats ideal for our use case, so for now if this affects you, run with JDK 23 instead.

@Col-E Col-E added 3rd party problem A bug/problem but caused by a library 4.X labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party problem A bug/problem but caused by a library 4.X
Projects
None yet
Development

No branches or pull requests

1 participant