Sorry. I had tried using it from the super class (figuring the phrase 'pull up' assumes your are already at the base class and want to 'pull' logic into the super class).
I wrote the message assuming the refactoring wasn't working because I was in an interface rather than a class. Maybe the error message should have clued me into this difference of perspective. "Dmitry Lomov" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Bryan, > yes, it is implemented (and works since #632). > In "Pull Members Up" dialog, select the interface > you want to pull members up to in the combobox. > (Your class must implement the inteface, of course). > Doesn't it work for you? > > Friendly, > Dmitry > > P.S. May I suggest that you check whether the feature exists > before posting it? (If it does not work - sorry for the runt :) ) > > Bryan Young wrote: > > Should "Pull Members Up" be able to pull a method up from implementation to > > the interface? Or, would this be a different refactoring all together? If > > so, has it been implement yet? > > > > > > > -- > Dmitry Lomov > JetBrains Inc. / IntelliJ Software > http://www.intellij.com > "Develop with pleasure!" > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
