Eclipse“开放式”窗口显示双
当我在 Eclipse 中按 ctrl+shift+T 打开“打开类型”窗口时,我看到相同的类型多次出现。这些类型具有完全相同的包和名称。为什么会这样做以及我该如何解决它?
When I open the "Open Type" window in Eclipse, ctrl+shift+T, I see the same type show up multiple times. The types have exactly the same package and name. Why would it do that and how do I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能已添加相同的库两次,例如在两个不同的罐子中。查看您引用的库,看看是否可以找到重复项。
在我的 Eclipse (Helios) 中,jar 文件的完整路径显示在“打开类型”菜单中的类名后面。
You have probably added the same library twice, e.g. in two different jars. Look at your referenced libraries to see if you can find duplicates.
In my Eclipse (Helios) the full path of the jar file appears after the class name in the 'Open Type' menu.
相同名称的类出现在多个项目或包中。它将显示多少时间
例如,您将参考库中的相同 jar 从不同路径添加到多个项目。然后多次打开您正在搜索的 eclipse show 类。它只是扫描所有位置并显示。
您可以在“打开类型”对话框本身“ClassName(-)Path”中注意到这一点。如果您指向相同的位置,那么它将限制
Same name class are present in more than one project or package.It ll show that much time
For example you add same jar in reference library to more than one project from different path.Then open type of eclipse show Class which you are searching, in more than one time.It simply scan all the places and showing.
You can notice this in Open type dialog itself `ClassName(-)Path`.If you point the same place then it will restrict