|
To use the Reflection API of Java to create a
comprehensive Reverse-Engineering Tool
This project aims to
develop a tool that will reverse engineer existing java code into
meaningful class diagrams. The tool must show various class
relationships, viz inheritance, aggregation, is-a, has-a etc. The
utility must plug-in to the Eclipse IDE so that it is easily accessible
to developers. As an option, the service could be exposed as a
web-service.
|