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

Reply via email to