gpt4 book ai didi

eclipse - 显示未使用的方法参数警告?

转载 作者:行者123 更新时间:2023-12-03 08:55:10 25 4
gpt4 key购买 nike

我正在使用Eclipse v3.5。

在以前的Eclipse版本中,我记得如果我已经定义了带有参数的方法并且未在内部使用它,则会出现警告,如下所示:

public void myMethod( int x ) {
// Didn't use x here so a warning appears at the x parameter.
}

但是在v3.5中,我没有看到此警告。如何在Eclipse中启用它?

最佳答案

看到

Window / Preferences / Java / Compiler / ErrorsWarnings / Unnecessary Code / Value of parameter is not used



在旧版本中(Eclipse Juno之前的版本),该设置称为“从不读取参数”。

注意:

如果存在不使用参数的正当理由(例如,通过反射使用),则可以通过使用
@SuppressWarnings("unused")

关于eclipse - 显示未使用的方法参数警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2715178/

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