Community
Participate
Working Groups
I'd like to be able to auftomatically refactor a class into an interface defining all the class's public methods, plus a class implementing all the methods of the old class. For example, if I have a class "Apple" this should result in an interface "Apple" and a class "AppleImpl", which would otherwise be identical to the old "Apple" class. Thanks!
*** This bug has been marked as a duplicate of 9798 ***