执行所有 Eclipse 建议标记
我下载了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有直接回答您的问题,但一种可能的解决方法是将合规级别设置为 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.