Got this when trying to inline a method from another class
(example:  Class B has a static method called b1,
class A has a line:

x = x1(B.b1());

and I put my caret on b1 and choose inline...


Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException
         at com.intellij.refactoring.g.i.a(i.java:16)
         at com.intellij.refactoring.g.i.a(i.java:38)
         at com.intellij.refactoring.g.a.a(a.java:2)
         at com.intellij.refactoring.actions.a.run(a.java:2)
         at com.intellij.psi.impl.r.a(r.java:490)
         at com.intellij.refactoring.actions.e.actionPerformed(e.java:11)
         at com.intellij.jd.actions.j.run(j.java:2)
         at 
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
         at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
         at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
         at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
-- 

Erb

==============================================================
"The only time I like in the morning is afternoon."
     - Russell D. Cooper

"If you do everything, then you're all done."
     - Melissa F. Cooper

"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
     - Larry Wall
==============================================================


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

Reply via email to