-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
[JAVA] JAR 包无法自动反编译导致编译警告 #1
Comments
是的,项目源码可以编译成功,但是缺失jar包那部分源码,代码分析效果不好,希望能够优化一下 |
完整带 JAR 包的项目的优化,还在进行中,可以先按下面基础案例来走一下,看看结果
可以执行这个,结果会有一个 dot 图,大致分析参数都在做什么,渲染后是
可以大致看到 generate html 那边可能会需要看一下,当然也可以用其他的小技巧去从注解开始 |
可以使用最新的 1.3.4-beta5 版本可以 |
ok |
这个 issue 可以不关闭,pin 在顶上,在 jar 反编译做完之后应该会更新 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、对Maven依赖的jar包,反编译出来的代码,ssa会报错,我推测可能是AOP切片的代码导致递归没有终止条件
这个项目里面
https://gitee.com/mingSoft/MCMS
ms-base、ms-basic、ms-mdiy这几个.jar包
The text was updated successfully, but these errors were encountered: