Eclipse“开放式”窗口显示双

发布于 2024-11-15 22:16:17 字数 93 浏览 0 评论 0原文

当我在 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 技术交流群。

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

发布评论

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

评论(2

深府石板幽径 2024-11-22 22:16:17

您可能已添加相同的库两次,例如在两个不同的罐子中。查看您引用的库,看看是否可以找到重复项。

在我的 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.

倾城月光淡如水﹏ 2024-11-22 22:16:17

相同名称的类出现在多个项目或包中。它将显示多少时间

例如,您将参考库中的相同 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

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