Hi JetBrain Devolpers!

I just encountred this assertion when I did the following:

I created a new class and wrote the following code,
then saved all.

CODE:

package spline.curve.components;

public class Tester
{
   private static int test;

   public static void main(String[] args)
   {
     Tes]|[test = test;
   }
}



the cursor is at the position ]|[
and I hit Control + Space
int the popup list, I simply hit "."
then I clicked fast enough away
and the assertion failed has occured.

I didn't change the standard timings for code complete pop-ups nor 
javadoc etc.

System:
Windows XP Home Edition
JDK: 1.4.0_01
VM: (Sun) Java HotSpot(TM) Client VM

Stack trace:

[  44437]  ERROR - plication.impl.ApplicationImpl - Assertion failed: 
Write acce
ss is allowed inside write-action only (see 
com.intellij.openapi.application.App
lication.runWriteAction())
java.lang.Throwable
         at 
com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:50)
         at 
com.intellij.openapi.application.a.d.assertWriteAccessAllowed(d.java:
131)
         at com.intellij.editor.f.o.a(o.java:22)
         at com.intellij.editor.b.d.a(d.java:68)
         at com.intellij.codeInsight.o.i.a(i.java:28)
         at com.intellij.codeInsight.t.run(t.java:1)
         at com.intellij.command.b.b.a(b.java:58)
         at com.intellij.codeInsight.s.run(s.java:0)
         at com.intellij.util.o.run(o.java:4)
         at com.intellij.util.p.run(p.java:12)
         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(EventDispatchTh
read.java:191)
         at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.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)

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

Reply via email to