执行所有 Eclipse 建议标记

发布于 2024-12-28 11:55:39 字数 186 浏览 0 评论 0原文

我下载了一个Android开源项目,但是当我将其导入到Eclipse中时,出现了很多项目错误。 我发现所有这些错误都是由一些错误的“@Override”声明引起的。 现在,我注意到,对于每个文件,Eclipse 建议我在标记列中删除该错误的声明。 那么,有没有办法告诉 eclipse 在一个确定的项目中“自动执行”他的所有建议呢?

提前致谢

I downloaded an Android Open Source Project, but Once I imported it in Eclipse, a lot of project errors appeared.
I figured out that all this errors are caused by some wrong "@Override" declarations.
Now, I noticed that, for each file, Eclipse suggests me in the markers Column to remove that Wrong declaration.
So, is there a way to tell eclipse to "auto-execute" all of his suggestions in a determinate project?

Thanks In advance

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

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

发布评论

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

评论(1

黯然 2025-01-04 11:55:39

我没有直接回答您的问题,但一种可能的解决方法是将合规级别设置为 1.6 将解决此问题。窗口-->首选项-->Java --->编译器-->编译级别-->更改为 1.6 或更高版本。

I dont have straight answer for your question, but one possible work around is set compilance level to 1.6 will resolve this issue. Window--> Preferences-->Java --->Compiler--?compilance level--> change to 1.6 or higher.

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