606, win2ksp2, jdk131_02 While auto-completing the "new " clause of an inner
class.

Had this in some method:
        class FocusActionListener implements FocusListener, ActionListener {

        }
        FocusActionListener focusActionListener = new |

When I hit CTRL-SHIFT-SPACE, IDEA *did* properly finish the line by adding
"FocusActionListener();" but it also shoed the "internal error occurred"
dialog and the following stack traces.  I repeated and did not see the first
exception again so it may be from something else that I missed:


Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.intellij.ide.util.dq.a(dq.java:19)
        at com.intellij.ide.util.dq.a(dq.java:5)
        at com.intellij.ide.util.b.o.c(o.java:14)
        at com.intellij.ide.util.b.r.c(r.java:1)
        at com.intellij.ide.util.b.b.c(b.java:250)
        at com.intellij.ide.util.b.b.c(b.java:261)
        at com.intellij.ide.util.b.b.e(b.java:133)
        at com.intellij.ide.structureView.impl.k.a(k.java:27)
        at com.intellij.ide.structureView.impl.f.run(f.java:1)
        at com.intellij.util.t.run(t.java:0)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at com.intellij.ide.c.dispatchEvent(c.java:21)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va: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)
[3740018]  ERROR -                    codeInsight -
com.intellij.util.p
        at com.intellij.psi.impl.source.cc.f(cc.java:6)
        at com.intellij.codeInsight.completion.j.a(j.java:211)
        at com.intellij.codeInsight.completion.j.a(j.java:202)
        at com.intellij.codeInsight.completion.j.a(j.java:103)
        at com.intellij.codeInsight.completion.d.run(d.java:2)
        at com.intellij.psi.impl.o.run(o.java:0)
        at com.intellij.vfs.VirtualFileManager.b(VirtualFileManager.java:17)
        at com.intellij.psi.impl.v.c(v.java:324)
        at com.intellij.codeInsight.completion.b.a(b.java:22)
        at com.intellij.codeInsight.completion.b.invoke(b.java:33)
        at com.intellij.codeInsight.actions.a.run(a.java)
        at com.intellij.psi.impl.o.run(o.java:0)
        at com.intellij.vfs.VirtualFileManager.b(VirtualFileManager.java:17)
        at com.intellij.psi.impl.v.c(v.java:324)
        at com.intellij.codeInsight.actions.b.run(b.java:0)
        at com.intellij.command.a.b.a(b.java:24)
        at com.intellij.codeInsight.actions.w.actionPerformed(w.java:0)
        at
com.intellij.ide.desktop.impl.IdeMainFrame.processKeyEvent(IdeMainFrame.java
:52)
        at
com.intellij.ide.desktop.impl.IdeMainFrame.a(IdeMainFrame.java:27)
        at com.intellij.editor.b.f.a(f.java:112)
        at com.intellij.editor.b.t.a(t.java:70)
        at com.intellij.editor.b.t.a(t.java:682)
        at com.intellij.editor.b.t.a(t.java:1150)
        at com.intellij.editor.b.c.keyPressed(c.java:1)
        at java.awt.Component.processKeyEvent(Component.java:3677)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2014)
        at java.awt.Component.processEvent(Component.java:3553)
        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.processKeyEvent(Container.java:2155)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:926)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at com.intellij.ide.c.dispatchEvent(c.java:21)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va: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)



-sms


-------------------------------------------------- 
DISCLAIMER 
This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information.  If you are not the intended recipient of this
e-mail, you are hereby notified that any dissemination, distribution or
copying of this e-mail, and any attachments thereto, is strictly prohibited.
If you have received this e-mail in error, please immediately notify me and
permanently delete the original and any copy of any e-mail and any printout
thereof. 

E-mail transmission cannot be guaranteed to be secure or error-free.  The
sender therefore does not accept liability for any errors or omissions in
the contents of this message which arise as a result of e-mail transmission.

NOTICE REGARDING PRIVACY AND CONFIDENTIALITY 

Knight Trading Group may, at its discretion, monitor and review the content
of all e-mail communications. 


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

Reply via email to