I continued to code a little tool based on code of Alain to detect deadcode, so far I'm too sick to have clear idea why it freezes on Morph.
This kinda reminds me of that moment in the horror film when you want to yell "Don't go in there!" at the characters on the screen.
lol
Except that you should do it from within the film itself and sit down watching ourselves. :)
May be I should use reflectivity or byesurgeon for that. But I'm curious to see until where we can go expecially since the dnu method and automatic recompilation is in place before transforming the methods. Something else which is striking is that it is easier to redo a root hierarchy than doing a root morph ProtoObject subclass then.... doesNotUnderstand: aMessage | sel category | sel := aMessage selector. Transcript show: 'Does not understand ', aMessage selector printString ; cr. category := (Morph organization categoryOfElement: sel). self class compile: (Morph sourceCodeAt: sel) classified: category. ^ aMessage sentTo: self. works for Object but not for Morph. Stef