sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

OpenJDK 11: UnsupportedOperationException #186

Open jjchandu opened 5 years ago

jjchandu commented 5 years ago

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 commented 5 years ago

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