-
Notifications
You must be signed in to change notification settings - Fork 217
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
bug: 参数列表过长 #42
Comments
我试用的时候也发现这个问题了果断弃坑,这个项目已经不维护了,可能写代码的人都不在dd了 |
反编译改了一下代码, 勉强用着 |
public int execute(PrintWriter out, PrintWriter err) throws IOException {
} |
同样有反编译需求,求指导 |
推荐一种解决方案,滴滴的代码diff是在工程里做的,把diff逻辑增加到jacoco的源码中,这样在执行shell命令时,假设传1代表计算增量,0是计算全量,应该可行,目前我的项目中还没遇到,可能项目代码量比较少,后续遇到这个问题,我试着修改下 |
一处是项目里的UnitTester,有个jacoco.diffFile参数,将内容写文件,替换为文件路径。还有一处是反编译后改DiffHelper,改成读文件 |
增量的时候, 代码变动太多, shell命令就会很长, 操作系统会报参数列表过长
The text was updated successfully, but these errors were encountered: