Hello again,
One more bug for the road ;o)
I havent noticed any particular problem when writing Java classes, but
there's a new problem in #634 regarding completion.
When I just put the first letter of a variable in the current scope, and hit
CTRL-SPACE, I get an internal error
It doesnt happen all the time, and I can't really figure out what the
pattern is, but with the following JSP sample, you should see the error I
get (just create a blank JSP with the following code) :
<%
String string1 = request.getParameter("string1");
String string2 = request.getParameter("string2");
s|
%>
When the caret is after the "s", just hit CTRL-SPACE, and you will get the
internal error with the following stack trace :
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
IntelliJ IDEA (Ariadna) 3.0 Build #634
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
JDK: 1.4.0_01
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
VM: Java HotSpot(TM) Client VM
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
Vendor: Sun Microsystems Inc.
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
OS: Windows 2000
2002-07-09 10:18:22,609 [2101031] ERROR - com.intellij.command.b.b -
java.lang.NullPointerException
at com.intellij.codeEditor.a.h.<init>(h.java:14)
at com.intellij.codeEditor.a.g.b(g.java:53)
at com.intellij.codeEditor.a.g.<init>(g.java:10)
at com.intellij.codeEditor.a.a.a(a.java:1)
at com.intellij.codeInsight.a.d.<init>(d.java:31)
at com.intellij.codeInsight.o.u.a(u.java:519)
at com.intellij.codeInsight.o.u.a(u.java:162)
at com.intellij.codeInsight.o.u.a(u.java:428)
at com.intellij.codeInsight.o.u.a(u.java:57)
at com.intellij.codeInsight.o.r.a(r.java:277)
at com.intellij.codeInsight.o.r.a(r.java:107)
at com.intellij.codeInsight.o.k.a(k.java:10)
at com.intellij.codeInsight.o.k.a(k.java:46)
at com.intellij.codeInsight.o.i.a(i.java:14)
at com.intellij.codeInsight.h.b.run(b.java)
at com.intellij.openapi.application.a.d.runWriteAction(d.java:93)
at com.intellij.codeInsight.h.a.run(a.java:3)
at com.intellij.command.b.b.a(b.java:58)
at com.intellij.codeInsight.h.r.a(r.java:1)
at com.intellij.codeInsight.h.r.actionPerformed(r.java:41)
at com.intellij.openapi.a.c.e.run(e.java:4)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
at com.intellij.ide.r.a(r.java:18)
at com.intellij.ide.r.dispatchEvent(r.java:12)
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)
Guillaume
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs