gpt4 book ai didi

findbugs - 如何使用 Findbugs 避免 kotlin 文件

转载 作者:IT老高 更新时间:2023-10-28 13:35:02 25 4
gpt4 key购买 nike

我正在将 findbugs 集成到一个混合的 java/kotlin 项目中。但是,由于 findbugs 作用于生成的 jar,它会查找与通过 kotlin 文件生成的类相关的错误。

有什么办法可以避免检查这些类吗?

谢谢

最佳答案

基于 <Source> 的过滤器过滤器类型。

This element matches warnings associated with a particular source file. The name attribute is used to specify the exact or regex match pattern for the source file name.

<FindBugsFilter>
<Match>
<Source name="~.*\.kt"/>
</Match>
</FindBugsFilter>

见:documentation for FindBugs filtersname matching details

关于findbugs - 如何使用 Findbugs 避免 kotlin 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35461310/

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