We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目标方法如下: test2和test3方法参数中含有一个内部枚举类数组
rewrite method之前校验方法的signcode不相同,导致该方法无法被重写,增强不生效
原因: com.alibaba.jvm.sandbox.core.util.matcher.structure.ClassStructureImplByJDK#getJavaClassName com.alibaba.jvm.sandbox.core.enhance.weaver.asm.EventWeaver#getBehaviorSignCode 处理数组类型的class时逻辑不一致
The text was updated successfully, but these errors were encountered:
解决问题:#107
a1f928a
确认是BUG,需要一个比较长的时间进行修复。重点是梳理和重构ClassStructureImplByAsm的逻辑和架构。
ClassStructureImplByAsm
Sorry, something went wrong.
修复问题#107
df2960d
问题已修复,且已补充测试用例
oldmanpushcart
dongchenxu
No branches or pull requests
目标方法如下: test2和test3方法参数中含有一个内部枚举类数组
rewrite method之前校验方法的signcode不相同,导致该方法无法被重写,增强不生效
原因:
com.alibaba.jvm.sandbox.core.util.matcher.structure.ClassStructureImplByJDK#getJavaClassName
com.alibaba.jvm.sandbox.core.enhance.weaver.asm.EventWeaver#getBehaviorSignCode
处理数组类型的class时逻辑不一致
The text was updated successfully, but these errors were encountered: