rockyxiashilong

Results 4 comments of rockyxiashilong

在做报告merge时,无法实现不同版本的覆盖率的汇总,由于增量报告采用的是大佬的jar,希望能够在大佬的源码上继续二次开发,求org.jacoco.cli-1.0.2-SNAPSHOT-nodeps.jar 源码

public int execute(PrintWriter out, PrintWriter err) throws IOException { try { if (this.diffFile != null) { DiffHelper.modify("diffFilePath", this.diffFile); new DiffHelper(); } } catch (Exception var5) { var5.printStackTrace(); } ExecFileLoader loader...

> 反编译改了一下代码, 勉强用着 同样有反编译需求,求指导