Okay, found another one.  I'm on a roll today.

    *  Been having a null pointer exception for a while and just figured out
how to reproduce it. Set your code completion popup time to 0 (or a fairly
small value). Then start typing something like System.out.println() without
pausing after the dot. Typing quickly usually produces the following error:

[1704882]  ERROR -       com.intellij.command.a.b -
[1704892]  ERROR -       com.intellij.command.a.b - IntelliJ IDEA (Ariadna)
3.0  Build #633
[1704892]  ERROR -       com.intellij.command.a.b - JDK: 1.4.0_01
[1704892]  ERROR -       com.intellij.command.a.b - VM: Java HotSpot(TM)
Client VM
[1704892]  ERROR -       com.intellij.command.a.b - Vendor: Sun Microsystems
Inc.
[1704892]  ERROR -       com.intellij.command.a.b - OS: Windows NT
[1704902]  ERROR -       com.intellij.command.a.b -
java.lang.NullPointerException
        at com.intellij.psi.a.b.ca.c(ca.java:34)
        at com.intellij.psi.a.b.cq.b(cq.java:8)
        at com.intellij.codeInsight.n.b.a(b.java:88)
        at com.intellij.codeInsight.n.b.a(b.java:103)
        at com.intellij.codeInsight.a.t.compare(t.java:20)
        at com.intellij.codeInsight.f.a.x.b(x.java:53)
        at com.intellij.codeInsight.f.a.x.n(x.java:119)
        at com.intellij.codeInsight.f.a.l.a(l.java:10)
        at com.intellij.execution.g.p.a(p.java:2)
        at com.intellij.codeInsight.k.s.a(s.java:11)
        at com.intellij.editor.bj.run(bj.java:1)
        at com.intellij.openapi.application.a.d.runWriteAction(d.java:0)
        at com.intellij.editor.bi.run(bi.java:3)
        at com.intellij.command.a.b.a(b.java:19)
        at com.intellij.editor.bh.a(bh.java:5)
        at com.intellij.editor.d.c.keyTyped(c.java:5)
        at java.awt.Component.processKeyEvent(Component.java:4976)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2372)
        at java.awt.Component.processEvent(Component.java:4830)
        at java.awt.Container.processEvent(Container.java:1525)
        at java.awt.Component.dispatchEventImpl(Component.java:3526)
        at java.awt.Container.dispatchEventImpl(Container.java:1582)
        at java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1700
)
        at
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusMa
nager.java:568)
        at
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocu
sManager.java:740)
        at
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocu
sManager.java:673)
        at
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManag
er.java:534)
        at java.awt.Component.dispatchEventImpl(Component.java:3396)
        at java.awt.Container.dispatchEventImpl(Container.java:1582)
        at java.awt.Window.dispatchEventImpl(Window.java:1581)
        at java.awt.Component.dispatchEvent(Component.java:3367)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
        at com.intellij.ide.r.a(r.java:6)
        at com.intellij.ide.r.dispatchEvent(r.java:19)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:191)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:144)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)


"Glen Stampoutlzis" <[EMAIL PROTECTED]> wrote in message
ag050s$hh4$[EMAIL PROTECTED]">news:ag050s$hh4$[EMAIL PROTECTED]...
>
> Thanks Mike,
>
> I just downloaded 633 and can confirm that this has been fixed.   The
> assertion failure also seems to have been fixed.  I did discover one new
> bug.  Keybindings involving two keypresses seem to have broken.
>
> Here's my current open bug list:
>
>     *  Two press keybindings not working. (Confirmed in build #633)
>     * In the windows look and feel the list boxes display with a dark blue
> background and black foreground. This is not very readable. It forground
of
> selected item should be white. (Confirmed in build #633)
>     * Join lines sometimes doesn't trim the spaces. This happends when
> joining statements such as a ternary condition (Confirmed in build #633)
>     * Typing opening parenthesis is ignored when code completition is
> active. (Confirmed in #633)
>
> The first one and the last one are the two I would most like to see fixed
> soon.
>
> Regards,
>
> Glen Stampoultzis  (TriNexus Pty Ltd)
> Fixed:+61 3 9753-6850     Mob:+61 (0)402 835 458
> ICQ:  62722370    EMail:  [EMAIL PROTECTED]
> URL's:  http://jakarta.apache.org/poi, http://www.krysalis.org
>
>
>
>
> "Mike Aizatsky" <[EMAIL PROTECTED]> wrote in message
> afrupc$52i$[EMAIL PROTECTED]">news:afrupc$52i$[EMAIL PROTECTED]...
> > Glen,
> >
> > >     * In XML file type < then wait until completion pops-up then type
> tag
> > > followed by > and > press is lost. (Confirmed in build #632)
> >
> >
> > This is fixed in build #633
> > --
> > Best regards,
> > Mike Aizatsky.
> > ------------------------------
> > JetBrains, Inc / IntelliJ Software
> > http://www.intellij.com
> > "Develop with pleasure!"
> >
> >
>
>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to