Alex li

Results 2 comments of Alex li

I referred to https://github.com/raphw/byte-buddy/issues/1419, and that resolved the issue. ``` public MethodGraph.Linked compile(TypeDefinition typeDefinition, TypeDescription viewPoint) { for (MethodDescription methodDescription : typeDefinition.getDeclaredMethods() .filter( // ignores all methods which refer to...

Manually setlocalloader is fine, but it is more preferred to implement it at the framework level