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
版主有个困惑,在字节码编辑时,为啥要自动创建缺失类,我们编辑的类不应该都存在吗?
The text was updated successfully, but these errors were encountered:
我平时做字节码插桩都是用的ASM,javaassist可能有自己的逻辑?
Sorry, something went wrong.
看代码的时候不光要期待注释会给出一些解释,也应该参考相关的提交记录。看这个类的提交记录就能很容易找到:fix #411,fix #451。看这两个Issue就知道当时为什么引入这个类了。
ASM和Javassist的选择不太重要,我当时也就是随便找的,能满足需求就好。Javassist来自Jboss,也是我比较信任的原因。
嗯嗯 我后面注意下。不过我这三周基本看完了源码 对着版主的wiki看源码 外加调试 真的是能够完全看懂源码的。要是很多开源库都能像版主一样讲解这么细致就好了。点赞。
No branches or pull requests
版主有个困惑,在字节码编辑时,为啥要自动创建缺失类,我们编辑的类不应该都存在吗?
The text was updated successfully, but these errors were encountered: