<small id='acZ22'></small><noframes id='acZ22'>

      <i id='acZ22'><tr id='acZ22'><dt id='acZ22'><q id='acZ22'><span id='acZ22'><b id='acZ22'><form id='acZ22'><ins id='acZ22'></ins><ul id='acZ22'></ul><sub id='acZ22'></sub></form><legend id='acZ22'></legend><bdo id='acZ22'><pre id='acZ22'><center id='acZ22'></center></pre></bdo></b><th id='acZ22'></th></span></q></dt></tr></i><div id='acZ22'><tfoot id='acZ22'></tfoot><dl id='acZ22'><fieldset id='acZ22'></fieldset></dl></div>
        <bdo id='acZ22'></bdo><ul id='acZ22'></ul>
      <legend id='acZ22'><style id='acZ22'><dir id='acZ22'><q id='acZ22'></q></dir></style></legend>
    1. <tfoot id='acZ22'></tfoot>

    2. PyDev 导致在 Eclipse J2EE 透视图中重复显示项目

      PyDev cause duplicated show of project in Eclipse J2EE perspecitve(PyDev 导致在 Eclipse J2EE 透视图中重复显示项目)
        <bdo id='eXne7'></bdo><ul id='eXne7'></ul>
        <tfoot id='eXne7'></tfoot>
        <legend id='eXne7'><style id='eXne7'><dir id='eXne7'><q id='eXne7'></q></dir></style></legend>

            <tbody id='eXne7'></tbody>
          1. <small id='eXne7'></small><noframes id='eXne7'>

            • <i id='eXne7'><tr id='eXne7'><dt id='eXne7'><q id='eXne7'><span id='eXne7'><b id='eXne7'><form id='eXne7'><ins id='eXne7'></ins><ul id='eXne7'></ul><sub id='eXne7'></sub></form><legend id='eXne7'></legend><bdo id='eXne7'><pre id='eXne7'><center id='eXne7'></center></pre></bdo></b><th id='eXne7'></th></span></q></dt></tr></i><div id='eXne7'><tfoot id='eXne7'></tfoot><dl id='eXne7'><fieldset id='eXne7'></fieldset></dl></div>

              • 本文介绍了PyDev 导致在 Eclipse J2EE 透视图中重复显示项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我刚刚在我的 Eclipse Mars.1 中安装了最新的

                我卸载了PyDev,现在项目显示OK了.

                有人知道根本原因吗?还是解决方法?

                参考:

                可能相关的链接:项目在工作集中出现两次 - eclipse

                一个相关的 Eclipse 错误:https://bugs.eclipse.org/错误/show_bug.cgi?id=373031

                一个相关的 J2EE 工具错误:https://bugs.eclipse.org/bugs/show_bug.cgi?id=351764

                解决方案

                好吧,鉴于 J2EE 的原始报告仍然开放:https://bugs.eclipse.org/bugs/show_bug.cgi?id=351764 我不认为这可以在 PyDev 端修复(虽然它使问题出现,应该在 J2EE 端修复).

                请注意,如果有人想看一下,在 PyDev 方面,这发生在:https://github.com/fabioz/Pydev/blob/development/plugins/org.python.pydev/src_navigator/org/python/pydev/navigator/PythonModelProvider.java,但它是使用适当的 API 完成的(使用 IPipelinedTreeContentProvider),我目前确信问题不在于 PyDev 方面(尽管如果我被证明错了,我很乐意修复它).

                一种解决方法是仅在资源管理器级别禁用 PyDev 或 J2EE(取决于您使用更多的内容)(即:在资源管理器中执行 Ctrl+F10、自定义视图、内容、禁用 PyDev 导航器内容或与 J2EE 相关的内容).

                I just installed the latest PyDev 4.4.0 plugin to my Eclipse Mars.1. I created a new Java project in a new workspace. And I add the project to a workingset. In the Eclipse JavaEE perspective, the project has duplicated show in the Project Explorer view when I show workingset as the top level element:

                I uninstalled PyDev, now the project show is OK.

                Anyone knows the root cause? Or a workaround?

                Ref:

                A possibly related link: Projects appearing twice in working sets - eclipse

                A related Eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=373031

                A related J2EE tooling bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=351764

                解决方案

                Well, given that the original report on J2EE is still open: https://bugs.eclipse.org/bugs/show_bug.cgi?id=351764 I don't think this can be fixed at the PyDev side (although it makes the problem appear, it should be fixed on the J2EE side).

                As a note, if anyone wants to take a look, on the PyDev side, this happens at: https://github.com/fabioz/Pydev/blob/development/plugins/org.python.pydev/src_navigator/org/python/pydev/navigator/PythonModelProvider.java, but it's done with the proper APIs (using IPipelinedTreeContentProvider), and I'm currently convinced the issue doesn't lie on the PyDev side (although if I'm proved wrong, I'd be happy to fix it).

                A workaround would be disabling PyDev or J2EE (depending on which kind of content you use more) just at the explorer level (i.e.: in the explorer do Ctrl+F10, Customize View, Content, disable the PyDev Navigator Content or the Content related to J2EE).

                这篇关于PyDev 导致在 Eclipse J2EE 透视图中重复显示项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                How can I specify the default JVM arguments for programs I run from eclipse?(如何为从 Eclipse 运行的程序指定默认 JVM 参数?)
                Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined(JavaLaunchHelper 类在... libinstrument.dylib 中都实现了.将使用两者之一.哪个是未定义的) - IT屋-程序员软件开发技术分享
                Running Eclipse on Windows 7 JRE and JDK not found(找不到在 Windows 7 JRE 和 JDK 上运行 Eclipse)
                StringBuilder vs. .concat vs. quot;+quot; Operator relative performance different in eclipse than command line?(StringBuilder vs. .concat vs. “+eclipse中的操作员相对性能与命令行不同?)
                Is there a maximum number you can set Xmx to when trying to increase jvm memory?(尝试增加 jvm 内存时,您可以将 Xmx 设置为最大数量吗?)
                  <tfoot id='F2gN5'></tfoot>
                      <tbody id='F2gN5'></tbody>

                      <i id='F2gN5'><tr id='F2gN5'><dt id='F2gN5'><q id='F2gN5'><span id='F2gN5'><b id='F2gN5'><form id='F2gN5'><ins id='F2gN5'></ins><ul id='F2gN5'></ul><sub id='F2gN5'></sub></form><legend id='F2gN5'></legend><bdo id='F2gN5'><pre id='F2gN5'><center id='F2gN5'></center></pre></bdo></b><th id='F2gN5'></th></span></q></dt></tr></i><div id='F2gN5'><tfoot id='F2gN5'></tfoot><dl id='F2gN5'><fieldset id='F2gN5'></fieldset></dl></div>
                      • <legend id='F2gN5'><style id='F2gN5'><dir id='F2gN5'><q id='F2gN5'></q></dir></style></legend>

                          <bdo id='F2gN5'></bdo><ul id='F2gN5'></ul>

                          <small id='F2gN5'></small><noframes id='F2gN5'>