Pasting in some XML text from XMLSpy into a java editor window in IDEA. I
then surrounded the pasted xml with /*  */ comment markers. IDEA became
extremely sluggish. When it came too, I wrote a line similar to:
assertEquals( "specification 0 name", "Warranty", spec.get| 

Code Complete suggested getName()

I accepted, and got the Internal Error dialog box and the following stack
trace:

[83934171]  ERROR -       com.intellij.command.a.b -
[83934181]  ERROR -       com.intellij.command.a.b - IntelliJ IDEA (Ariadna)
Build #612
[83934181]  ERROR -       com.intellij.command.a.b - JDK: 1.3.1
[83934181]  ERROR -       com.intellij.command.a.b - VM: Java HotSpot(TM)
Client VM
[83934181]  ERROR -       com.intellij.command.a.b - Vendor: Sun
Microsystems Inc.
[83934181]  ERROR -       com.intellij.command.a.b - OS: Windows NT
[83934271]  ERROR -       com.intellij.command.a.b -
java.lang.NullPointerException
        at com.intellij.psi.impl.source.bz.a(bz.java:39)
        at com.intellij.psi.impl.source.cp.b(cp.java:22)
        at
com.intellij.codeInsight.statistics.StatisticsManager.a(StatisticsManager.ja
va:52)
        at
com.intellij.codeInsight.statistics.StatisticsManager.b(StatisticsManager.ja
va:9)
        at com.intellij.codeInsight.completion.h.a(h.java:63)
        at com.intellij.codeInsight.b.a.q.a(q.java:184)
        at com.intellij.codeInsight.b.a.q.a(q.java:334)
        at com.intellij.codeInsight.b.a.e.run(e.java:4)
        at com.intellij.command.a.b.a(b.java:52)
        at com.intellij.codeInsight.b.a.q.b(q.java:35)
        at com.intellij.codeInsight.b.a.q.a(q.java:171)
        at com.intellij.codeInsight.b.a.q.a(q.java:295)
        at com.intellij.codeInsight.b.a.q.a(q.java:336)
        at com.intellij.codeInsight.b.a.g.a(g.java:2)
        at com.intellij.editor.b.t.a(t.java:402)
        at com.intellij.editor.b.t.a(t.java:1113)
        at com.intellij.editor.b.t.a(t.java:267)
        at com.intellij.editor.b.c.keyPressed(c.java:5)
        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:914)
        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)

Brian Majewski
Systems Architect
Chrome Systems Corporation
[EMAIL PROTECTED]

PHONE: +1-503-963-6410 / +1-800-936-8906
FAX: +1-503-963-6312
www.chrome.com


Notice:  This e-mail transmission and/or the attachments accompanying it may
contain confidential information belonging to the sender or Chrome Systems
Corporation.  The information is only for the use of the intended recipient.
If you have received this transmission in error, please notify the sender
immediately by reply e-mail, and then destroy all copies of the
transmission.

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

Reply via email to