Menu

#961 Hierarchy view not working

1.4.8
open
nobody
8
2009-08-30
2009-08-30
No

Eclipse Version: 3.4.1
Pydev with extensions version 1.4.8.2881

I have been trying like a wild animal to get the Hierarchy view show anything (for an existing proper Python 2.6 source file), but it does not. The only thing I get is the horizontal divisor line.

I have checked that all the other pydev open source and pydev extensions features work.

This is for a first installation of Pydev.

Discussion

  • Jakub Kaplan

    Jakub Kaplan - 2009-08-30
    • priority: 5 --> 8
     
  • Radim Kubacki

    Radim Kubacki - 2009-09-05

    A problem with a dependency on Sun's internal implementation IMO. Now that Pydev extensions are opensourced it is very easy to see the problem: heirarchy view depends on edu.umd.cs.piccolo that has a dependency on sun.dc.* packages. What JDK are you using? Is it openJDK or some other non-Sun implementation?

    It seems that Eclipse quietly filters all the errors that has to happen during view initialization and just remove it completely.

    I see the same problem and it is a trouble if you want to build/patch the project.

     
  • Jakub Kaplan

    Jakub Kaplan - 2009-09-05

    I am using Sun JDK 1.6.0_15. I guess an update is in order to see if it makes the problem go away

     
  • Radim Kubacki

    Radim Kubacki - 2009-09-05

    Sun JDK 1.6.0_15 is likely to be OK with respect to that (at least my 1.6.0_14 has all these classes). Probably there are more problems than just that.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.