gpt4 book ai didi

java - eclipse checkstyle 错误无法初始化模块 TreeWalker - TreeWalker 不允许作为 FileLength 的父级

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:49:07 35 4
gpt4 key购买 nike

当我尝试加载用户定义的检查样式模板时出现以下错误。

cannot initialize module TreeWalker - TreeWalker is not allowed as a parent of FileLength

我认为这可能是由于与我的 eclipse 中的 checkstyle 版本不兼容。我将如何使用 checkstyle xml 文件找到合适的 checkstyle 版本

最佳答案

这是模板中的错误,与 Checkstyle 版本无关。 FileLength 直接在 Checker 下,而不是在 TreeWalker 下。

例子:

<module name="Checker">
<property name="severity" value="warning"/>
<module name="TreeWalker">
<property name="tabWidth" value="4"/>
<module name="JavadocType"/>
<!-- many others -->
</module>
<module name="NewlineAtEndOfFile"/>
<module name="FileLength"/>
<module name="JavadocPackage"/>
<!-- others -->
</module>

关于java - eclipse checkstyle 错误无法初始化模块 TreeWalker - TreeWalker 不允许作为 FileLength 的父级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17343018/

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