-
Notifications
You must be signed in to change notification settings - Fork 1.1k
NoSuchMethodError on java.lang.Enum.getEnumConstants #1387
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
Labels
Comments
is it indeed a |
0: ldc #15 // class java/nio/file/AccessMode
2: invokevirtual #21 // Method java/lang/Class.getEnumConstants:()Ljava/lang/Object;
5: checkcast #23 // class "[Ljava/nio/file/AccessMode;"
8: areturn
Seems like the problem is caused by incorrect erasure of |
Our handling of Java |
The culprit is indeed |
Fixed by #1391. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens with any java
enum
class.The text was updated successfully, but these errors were encountered: