gpt4 book ai didi

checkstyle - 检查 Checkstyle 中的最大缩进级别

转载 作者:行者123 更新时间:2023-12-05 04:20:24 28 4
gpt4 key购买 nike

我想确保我的代码不超过 5 级缩进,如下所示:

class Foo { // 0
void bar() { // 1
if () { // 2
if () { // 3
if () { // 4
if () { // 5
if () { // 6 - error
}
}
}
}
}
}
}

查看 Checkstyle 文档,我找不到专门实现此功能的规则。是否存在这样的规则,或者我是否必须查看自定义规则?

最佳答案

有关此功能的问题仍处于“打开”状态:https://github.com/checkstyle/checkstyle/issues/5487

不完全是您需要的,但您可以使用 NestedForDepth 实现类似的效果, NestedIfDepthNestedTryDepth检查。

关于checkstyle - 检查 Checkstyle 中的最大缩进级别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74489925/

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