Giter Club home page Giter Club logo

Comments (6)

Sugartx avatar Sugartx commented on June 3, 2024

关于jacoco方面:
1.如果不使用quickstart功能是可以正常使用的
2.针对这个异常已经搜索过相关的资料,发现都是因为jacoco和java版本不匹配时会产生这个异常

from dragonwell8.

lingjun-cg avatar lingjun-cg commented on June 3, 2024

quickstart不要与javaagent一起使用,由于javaagent里可以会对类做各种修改,包括增加字段,这个与quickstart的功能是冲突的

from dragonwell8.

sendaoYan avatar sendaoYan commented on June 3, 2024

使用JacocoAgent的目的是收集覆盖率信息吗。如果目的是收集覆盖率信息,关闭XquickStart和开启XquickStart收集覆盖率结果应该是一致的,可以关闭XquickStart来收集覆盖率

from dragonwell8.

Sugartx avatar Sugartx commented on June 3, 2024

主要是这个启动参数,我们并不能够非常灵活的控制,所以并不能选择在启用quickStart时去掉JacocoAgent。

另外,使用quickStart启动失败时,能不能自动切换成一般方式启动

from dragonwell8.

lingjun-cg avatar lingjun-cg commented on June 3, 2024

目前是不行的。这里并不是quickstart启动失败了,因为JacocoAgent抛异常了,但是具体什么异常,quickstart是无法知道的。
建议还是在启动脚本里判断一下,如果有JacocoAgent,就关闭quickstart

from dragonwell8.

Sugartx avatar Sugartx commented on June 3, 2024

好的,感谢答疑

from dragonwell8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.