gpt4 book ai didi

ant - 如何删除特定的 Cobertura 警告?

转载 作者:行者123 更新时间:2023-12-04 13:55:27 25 4
gpt4 key购买 nike

当我运行我的 ANT 构建脚本时,Cobertura 提示以下警告。有了这个,我想知道它到底意味着什么,我怎么能把它关掉。

[cobertura-instrument] WARN visitEnd,找不到类 com.x.y.z.A 的行号信息。也许您需要使用 debug=true 进行编译?

下面的 ANT 示例:

<target name="instrument" depends="init,compile" >
<delete file="cobertura.ser" />
<delete dir="${instrumented}" />
<cobertura-instrument todir="${instrumented}">
<ignore regex="org.apache.log4j.*" />
<fileset dir="${build}" >
<include name="**/*.class" />
<exclude name="**/Test*.class" />
</fileset>
</cobertura-instrument>
</target>

请指教。

最佳答案

设置调试级别似乎不适用于匿名内部类 (Cobertura 1.9.4.1)?

[cobertura-instrument] WARN   visitEnd, No line number information found for class com.test.MyClass$1.  Perhaps you need to compile with debug=true?

关于ant - 如何删除特定的 Cobertura 警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5087948/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com