Eclipse - 来源 --> “覆盖/实现方法”从来不工作
当我尝试在实现接口或扩展抽象类时获取要实现的方法时,我尝试使用 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.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您没有打开“自动构建”选项?
Maybe you didn't turn on the "Build Automatically" option?
您的项目设置中 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.