1 Star 0 Fork 0

Yh/YHOJ代码沙箱

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
coverage-error.log 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
Yh 提交于 2024-02-03 17:24 . 代码沙箱替提交
[2024.01.12 13:07:55] (Coverage ERROR): Failed to parse agent arguments
java.lang.IllegalArgumentException: At least 5 arguments expected but 1 found.
'C:\Users\Àî\AppData\Local\Temp\coverageargs'
Expected arguments are:
0) data file to save coverage result
1) a flag to enable tracking per test coverage
2) a flag to calculate coverage for unloaded classes
3) a flag to use data file as initial coverage, also use it if several parallel processes are to write into one file
4) a flag to run line coverage or branch coverage otherwise
at com.intellij.rt.coverage.instrumentation.CoverageArgs.fromString(CoverageArgs.java:60)
at com.intellij.rt.coverage.instrumentation.Instrumentator.performPremain(Instrumentator.java:58)
at com.intellij.rt.coverage.instrumentation.Instrumentator.premain(Instrumentator.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.rt.coverage.main.CoveragePremain.premain(CoveragePremain.java:35)
at com.intellij.rt.coverage.main.CoveragePremain.premain(CoveragePremain.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyh9632/yhoj-code-sandbox.git
git@gitee.com:lyh9632/yhoj-code-sandbox.git
lyh9632
yhoj-code-sandbox
YHOJ代码沙箱
master

搜索帮助