I also cannot reproduce this. In 40586... 1. To AnnouncementsHelp I added method #y 2. Right-clicking on #y > Refactoring > Push down 3. Clicked <Ok> in the Changes Browser 4. Observed #y had moved from AnnouncementsHelp to both subclasses. Repeated for existing AnnouncementsHelp-class>>introduction. cheers -ben On Mon, Mar 30, 2015 at 3:03 PM, Nicolai Hess <nicolaihess@web.de> wrote:
I can not reproduce this error, do you use refactoring from the Nautilus menu?
2015-03-30 8:47 GMT+02:00 stepharo <stepharo@free.fr>:
This bug is really severe Once we have it it breaks loading MC files too.
Le 29/3/15 21:09, stepharo a écrit :
Hi
When I select an instance method and use push down in a subclass without obvious conflicts. I get two DNUs.
realClass
^baseClass realClass theMetaClass
dnu: theMetaClass
while baseClass is a class realClass -> nil
the environement does not contain the class. Now I did a class rename before and I wonder if it is not the one that is broken :(
Stef