Questions tagged «eclipse-indigo»

2
组合多个@SuppressWarnings批注-Eclipse Indigo
因此,问题在于能够组合多个警告抑制,以便每个项目都不需要它自己的@SuppressWarnings注释。 因此,例如: public class Example public Example() { GO go = new GO(); // unused .... List<String> list = ( List<String> ) go.getList(); // unchecked } ... // getters/setters/other methods } 现在,@SuppressWarnings我不想在班级针对这两个警告设置两个警告,而是这样: @SuppressWarnings( "unused", "unchecked" ) public class Example public Example() { GO go = new GO(); // unused - …

27
Eclipse可执行启动器错误:无法找到伴随共享库
我在计算机上安装了带有Android插件的Eclipse Indigo,并且可以正常运行约两个星期。今天,我更新了Java,然后用quicktime重新启动了计算机。当它重新启动时,eclipse完全消失了-所有程序文件都完全消失了。当我尝试重新安装它时,出现一条错误消息,提示 Eclipse可执行启动器无法找到其配套共享库。 发生了什么事,我该如何解决?

12
无法在Eclipse中突出显示所选单词的所有出现
我尝试使用该Toggle mark occurrences (Alt + Shift + O)按钮,也尝试Preferences -> General -> Editors -> Text Editor -> Annotations设置C / C ++发生次数和C / C ++ Write发生次数。但是,即使我选择一个单词,也不会突出显示该单词的所有出现。 我正在使用的是带有C ++项目的XP中的Eclipse Indigo Service Release 2。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.