Serkan ÖZAL
Serkan ÖZAL
Hi @chibash , I have added all the class files which you can find here: https://github.com/serkan-ozal/javassist-issue-report/tree/master/target/classes/ozal/serkan/javassist/issue/report By the way, Javassist version is `3.25.0-GA`
Hi @chibash Here it is: https://github.com/serkan-ozal/javassist-issue-report/blob/master/debug/ozal/serkan/javassist/issue/report/Runner%24run%24result%241.class
Hi @chibash Is there any ETA for the fix?
Hi @chibash , Any update on this issue?
Hi @chibash , `JvstTest5.testRedundantInsertAfter` fails on my local with JDK 11.0.3. ``` testRedundantInsertAfter(javassist.JvstTest5) Time elapsed: 0.008 sec
@chibash By the way, issue seems to be fixed with your latest commit but as I said the `JvstTest5.testRedundantInsertAfter` fails as mentioned above
@chibash Additionally, isn't it better to check whether or not the target class is Kotlin class on Javassist side? I think, the code snipped shown above can be used in...
@chibash Here it is: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-metadata/index.html Same approach is also used by Spring framework: https://github.com/spring-projects/spring-framework/pull/1060/files#diff-244315b45582a5b7573a15644b16c373R48
@chibash I have sent this one: https://github.com/jboss-javassist/javassist/pull/276
@chibash By the way, as I said `JvstTest5.testRedundantInsertAfter` still fails on my local: ``` testRedundantInsertAfter(javassist.JvstTest5) Time elapsed: 0.008 sec