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

OpenJDK 11: UnsupportedOperationException #186

Open
jjchandu opened this issue Mar 7, 2019 · 1 comment
Open

OpenJDK 11: UnsupportedOperationException #186

jjchandu opened this issue Mar 7, 2019 · 1 comment

Comments

@jjchandu
Copy link

jjchandu commented Mar 7, 2019

Seeing the below exception with the plugin v0.17 on JDK 11

Caused by: java.lang.UnsupportedOperationException
at org.objectweb.asm.ClassVisitor.visitNestMemberExperimental (ClassVisitor.java:248)
at org.objectweb.asm.ClassReader.accept (ClassReader.java:651)
at org.objectweb.asm.ClassReader.accept (ClassReader.java:391)
at com.sebastian_daschner.jaxrs_analyzer.analysis.bytecode.MethodContentAnalyzer.visitProjectMethod (MethodContentAnalyzer.java:123)

@eckig
Copy link

eckig commented Jun 24, 2019

I can confirm this with the same version and JDK 11.

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

2 participants