[squeak-dev] Re: Looking for reverse egineering from smalltalk to UML

Stephan Eggermont stephan at stack.nl
Mon Feb 16 18:56:29 UTC 2009


There is Dandelion, a tool to export XMI (older version).
Creating .xmi class diagram files is not difficult.
http://www.mars.dti.ne.jp/~umejava/smalltalk/stClasses/dandelion/index.html

There is also moose, the reengineering toolkit.
http://moose.unibe.ch

If you want to get better type information, you should
directly inspect  the running image, to see which instance
variables contain what classes of object.

Handling blocks is going to be fun (not).

Stephan





More information about the Squeak-dev mailing list