JDK1.3.1, NT4, build 602

this happend when I wrote
this.add(xyz);
in an inner class extending JPanel.
xyz was nonexisting and I pressed alt-enter as the lamp appeared.
it suggested "create method add" - which seems to be an error,
because the method exists in superclass.
the method private void add() was created after
the "internal error"-popup.

[93978434]  ERROR -       com.intellij.command.a.b -
java.lang.NullPointerException
        at com.intellij.codeInsight.intention.o.a(o.java:62)
        at com.intellij.codeInsight.intention.o.a(o.java:18)
        at com.intellij.codeInsight.intention.o.a(o.java:26)
        at com.intellij.codeInsight.intention.m.b(m.java:105)
        at com.intellij.codeInsight.daemon.impl.bd.run(bd.java:4)
        at com.intellij.psi.impl.o.run(o.java:0)
        at 
com.intellij.vfs.VirtualFileManager.b(VirtualFileManager.java:89) 
        at com.intellij.psi.impl.v.c(v.java:308)
        at com.intellij.codeInsight.daemon.impl.bc.run(bc.java)
        at com.intellij.command.a.b.a(b.java:10)
        at com.intellij.codeInsight.daemon.impl.bk.run(bk.java:2)
        at 
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154) 
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh 
read.java:131)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre 
ad.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