This one was about to show that several methods (different names) are = and then look up fails when creating edges the proper way.

 

Le 28.07.2013 23:21, Alexandre Bergel a écrit :

I do not understand what the following is supposed to do:

    view shape rectangle size: 20.
    view nodes: ( Magnitude withAllSubclasses flatCollect: [ :e | e methodDict values ]) .
    view edgesFrom: [ :e | [e superclass] on: Exception do: [ e methodClass ]  ].
    view layout: ROTreeLayout  .

Maybe you forgot to have before:	view nodes: ( Magnitude withAllSubclasses).

?

Alexandre