Inline not working? (123.23+0.6.340)

I was doing some refactoring of a class and went to inline a method
and... it just didn't work. I tried a couple of approaches and kept
getting an error:

Cannot perform refactoring. The caret should be positioned at the name
of the element to be refactored.

(even though I had carefully placed it in what should have been the
correct spot)

Donald

0

Inline method refactoring is not implemented for Scala. Currently for Scala implemented only simple local variable inline refactoring (without using control flow analysis).

Best regards,
Alexander Podkhalyuzin.

0

请先登录再写评论。