win2k/sp2/jdk131_03

I saw an "assertion failed" dialog bos when I renamed an argument to a
constructor from a_popup to popupMenu.  This new name matched an attribute
name, so I immeditately changed an offending line from:
  popupMenu = popupMenu;
to:
  this.popupMenu = popupMenu;

After a brief pause, I saw the dialog and the following stacktrace was on
the console.

BTW, I saw the two "cvs ->" lines when I tried to format some JDK code
(JComponent -- was still in a jar and was still read-only, of course)...

-sms



cvs -> attemptToEditReadOnly
cvs -> attemptToEditReadOnly
[5922557]  ERROR - j.command.impl.UndoManagerImpl - Assertion failed
java.lang.Throwable
        at com.intellij.diagnostic.e.a(e.java:22)
        at com.intellij.diagnostic.e.a(e.java:16)
        at
com.intellij.command.impl.UndoManagerImpl.a(UndoManagerImpl.java:310)
        at com.intellij.command.impl.n.b(n.java:2)
        at
com.intellij.editor.impl.EditorManagerImpl.b(EditorManagerImpl.java:17)
        at com.intellij.editor.impl.m.a(m.java:48)
        at com.intellij.editor.impl.m.a(m.java:122)
        at com.intellij.editor.e.c(e.java:22)
        at com.intellij.codeInsight.completion.d.invoke(d.java:71)
        at com.intellij.codeInsight.h.run(h.java:3)
        at com.intellij.util.t.run(t.java:5)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:149)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:332)
        at com.intellij.ide.c.dispatchEvent(c.java:26)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:126)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:93)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)

-------------------------------------------------- 
DISCLAIMER 
This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information.  If you are not the intended recipient of this
e-mail, you are hereby notified that any dissemination, distribution or
copying of this e-mail, and any attachments thereto, is strictly prohibited.
If you have received this e-mail in error, please immediately notify me and
permanently delete the original and any copy of any e-mail and any printout
thereof. 

E-mail transmission cannot be guaranteed to be secure or error-free.  The
sender therefore does not accept liability for any errors or omissions in
the contents of this message which arise as a result of e-mail transmission.

NOTICE REGARDING PRIVACY AND CONFIDENTIALITY 

Knight Trading Group may, at its discretion, monitor and review the content
of all e-mail communications. 


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

Reply via email to