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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
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.
The text was updated successfully, but these errors were encountered: