I get a similar stack in the console with #523 (just other line numbers) but no assertion popup as in #522. I didn't see the reason in #522 but now I saw that CTRL + ALT + M inserts a special character, replacing the selected lines I wanted to extract, and then opens the dialog. Clicking on OKAY brings the stack trace in the console window but nothing seems to happen in IDEA. Using the context menu works okay, so the primary reason is the input problem.
Michael > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag von Michael Descher > Gesendet: Mittwoch, 28. November 2001 22:42 > An: [EMAIL PROTECTED] > Betreff: [Eap-list] Internal Assertion: Extract Method (#522) > > > [command] IntelliJ IDEA (Pandora) build #522 > [command] JDK: 1.3.1 > [command] VM: Java HotSpot(TM) Client VM > [command] Vendor: Sun Microsystems Inc. > [command] OS: Windows 2000 > [command] java.lang.NullPointerException > [command] at com.intellij.psi.impl.source.bz.a(bz.java:2) > [command] at com.intellij.psi.impl.source.dd.a(dd.java:245) > [command] at com.intellij.psi.impl.source.dd.a(dd.java:164) > [command] at com.intellij.psi.impl.source.dd.a(dd.java:64) > [command] at com.intellij.psi.impl.source.dd.a(dd.java:274) > [command] at com.intellij.psi.impl.k.c(k.java:126) > [command] at com.intellij.refactoring.e.t.a(t.java:120) > [command] at com.intellij.refactoring.e.t.d(t.java:176) > [command] at com.intellij.refactoring.e.t.c(t.java:181) > [command] at com.intellij.refactoring.e.s.run(s.java) > [command] at com.intellij.psi.impl.r.a(r.java:222) > [command] at com.intellij.refactoring.e.r.run(r.java) > [command] at com.intellij.command.a.c.a(c.java:39) > [command] at com.intellij.refactoring.e.q.run(q.java:5) > [command] at > java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154) > [command] at java.awt.EventQueue.dispatchEvent(EventQueue.java:337) > [command] at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatc > hThread.ja > va:131) > [command] at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchT > hread.java > :98) > [command] at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) > [command] at > java.awt.EventDispatchThread.run(EventDispatchThread.java:85) > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
