I cannot reproduce it. If IDEA will hang for you ever, please, go to the console window and press Ctrl-Break. This will print dump of all threads. Send it to us, this will help to locate the problem.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Vestal, Rick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 5:12 AM Subject: [Eap-list] bug report: hitting '.' after 'class' hangs Idea > Windows 2000 Server, Build 521 (didn't try on 522, no code completion) > > I repeated this twice, but I can't anymore. > > I was typing in the following lines: > > Class[] classArray = new Class[2]; > classArray[0] = ObjectId.class; > classArray[2] = String.class; > Method method = BulkOpsTest.class.getDeclaredMethod( "changeDescription", > classArray ); > > When I hit the '.' after 'BulkOpsTest.class', Idea kinda hung. No exception > thrown. The whole application turned grey and I could still move the app > around by clicking where the title bar should have been, but that was it. > > > -- Rick > > > _______________________________________________ > 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
