gpt4 book ai didi

java - "Array index is out of bounds"在 Groovy 中异常的 super 调用

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

我有一个 Exception 类:(常规)

class TestException extends RuntimeException {
TestException(String msg) {
super(msg)
}
}

但是 Sonar 在调用 super 时显示数组索引超出范围

sonar bug message

我不明白为什么我会在此处收到此错误消息。有谁知道为什么会显示此错误?

最佳答案

这些警告在使用 @CompileStatic 后消失。

关于java - "Array index is out of bounds"在 Groovy 中异常的 super 调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60381256/

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