I'm still having problems with the structure window in the release build. 
I noticed that IDEA was not scrolling to the method I was clicking (even 
though autoscroll to source is active), so I decided to collapse and 
expand the class to see if that would fix the problem.  It didn't -- I got 
a null pointer in the console (see below).

I mentioned having problems with the structure window in build 531, 532, 
and 533 and did not receive any reply.

Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.intellij.psi.impl.source.bz.a(bz.java:18)
        at com.intellij.psi.dh.b(dh.java:434)
        at com.intellij.psi.dh.b(dh.java:130)
        at com.intellij.ide.structureView.impl.r.a(r.java:76)
        at com.intellij.ide.util.a.b.c(b.java:136)
        at com.intellij.ide.util.a.e.run(e.java)
        at com.intellij.psi.impl.r.a(r.java:420)
        at com.intellij.ide.structureView.impl.r.a(r.java:88)
        at com.intellij.ide.util.a.b.b(b.java:65)
        at com.intellij.ide.util.a.k.treeExpanded(k.java:28)
        at javax.swing.JTree.fireTreeExpanded(JTree.java:2124)
        at javax.swing.JTree.setExpandedState(JTree.java:2794)
        at javax.swing.JTree.expandPath(JTree.java:1646)
        at 
javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2022)
        at 
javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2009)
        at 
javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:1963)
        at 
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2674)
        at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
        at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:220)
        at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:220)
        at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:220)
        at java.awt.Component.processMouseEvent(Component.java:3712)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at 
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2210)
        at 
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
        at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to