Eclipse - 来源 --> “覆盖/实现方法”从来不工作

发布于 2024-12-08 21:51:11 字数 324 浏览 0 评论 0原文

当我尝试在实现接口或扩展抽象类时获取要实现的方法时,我尝试使用 Eclipse 功能自动生成覆盖/实现方法的方法骨架,但它对我来说从来没有工作过,但编译器抱怨该方法需要被覆盖。

我总是收到此消息,每次我尝试实现我的接口。如果我实现 Java 核心的任何接口,Eclipse 都可以正常工作。

在此处输入图像描述

我做错了什么吗?这是一个非常有用的功能,我想利用它。

详细信息:

Eclipse Helios 3.6 这是 Eclipse 中的错误吗?

When I try get the methods to be implemented while implementing a Interface or extending a Abstract Class I have tried using the Eclipse feature to auto generate the method skeletons for the To Override/Implement methods and it never worked for me but the compiler complains that methods need to be overridden.

I always get this message always I try to implement my Interfaces. If I implement any interface from the Java core Eclipse works fine.

enter image description here

Is it something I am doing wrong? It is a immense helpful feature which I would like to leverage.

Details:

Eclipse Helios 3.6
Is it a bug in Eclipse?

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

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

发布评论

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

评论(2

長街聽風 2024-12-15 21:51:11

也许您没有打开“自动构建”选项?

Maybe you didn't turn on the "Build Automatically" option?

彡翼 2024-12-15 21:51:11

您的项目设置中 Java 1.5 和 Java 1.6 之间是否存在不一致? @Override 注释的处理方式发生了变化,有时可能会造成混乱。

Is there an inconsistency between Java 1.5 and Java 1.6 in your project setup? The handling of the @Override annotation changed which can sometimes mess things up.

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