R.UM.
Reverse Engineering with UML2
This project aims at building a set of tools to reverse engineer Java code
using UML2 standard and the Eclipse UML2 implementation.
Resources
Documentation
Samples
- Generating a simple sequence diagram:
GenSeqDiag.java generates
The code loads a pre-existing model with the
description of classes and methods.
Software
- RUM 0.1: RUM.zip.
The initial classes to:
- extract an UML2 model from bytecode using Java reflection
- generate a Graphviz diagram from a UML2 model
People
- Marco Torchiano
- Paolo Falcarin