Re: how to: extract interface of class with methods from a superclass
Michal Svoboda <[email protected]> Fri, 20 Sep 2013 20:19:06 +0200
| Newsgroups | gmane.comp.programming.refactoring |
|---|---|
| Message-ID | <[email protected]> |
Donaldson, John wrote: > Except, class B inherits class A and C is calling one of the inherited > methods. > > Quite rightly "extract interface" on B only gives me the methods on B. If B inherits A then interface of B should contain also interface of A. Perhaps only some autonomous extract interface tool doesn't see it?