Extract interface refactoring... Permanently deleted user Created February 27, 2004 04:30 I have the following code:When I do extract interface I can doORHow do I make it so that I can modify XIfc to have the added method public void bar i.e.
Vinay Moharil wrote:
>I have the following code:
>
>
public class X implements XIfc { > public void foo() {} > public void bar() {} >}]]>>When I do extract interface I can do
>
>
>OR
>
>
>How do I make it so that I can modify XIfc to have the added method public void bar i.e.
>
>
>
Did you try pull up member?
Jacques
Duh....
Vinay Moharil wrote:
>Duh....
>
See. This is what happens when you leave behind the best half of your
brain with your old buddies ;)
BTW we need to do lunch sometimes. Send me an email directly
(jacques.morel(at)sabre.com)
Jacques