Newton UML Blueprints
I started work on a tool, which could automatically generate UML blueprints of Newton system. First version of UML blueprints is available in Downloads section.
First version
Currently following items are included:
- All classess
- All methods
- All method parameters
For every method list of calls is included in documentation field. For every class it's instance size is included if found by analyzing calls to operator new in constructor.
You need Rational Rose or other tool which could read petal files to make any use of this.
In preparation
New improved version of tool will also include:
- Classification of classess into packages
- Finding class inheritance
- Finding attribute initialization in constructor, with default values
Maybye someday it will also decompile ARM assembly code into more understandable form, specifically I would like to forget about having 16 registers and see "logical" names in all data changing operations.

