抑制 eclipse 中未实现的方法

发布于 2024-11-18 16:20:35 字数 56 浏览 4 评论 0原文

是否可以抑制 Eclipse 中的未实现方法错误?如果是这样,这是明智之举还是会导致可能的不稳定?

Is it possible to suppress the unimplemented methods error in eclipse? If so, is this a smart thing to do or will this cause possible instability?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖树树初阳… 2024-11-25 16:20:35

您无法抑制它,因为它不是警告。如果不实现接口抽象类的抽象方法,您就会破坏它们的契约。

这不是明智之举,因为您的代码无法编译。

You cannot suppress this, because it is not a warning. You would be breaking the contract of an interface or an abstract class by not implementing their abstract methods.

It is not a smart thing to do, because your code would not compile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文