Hello,

The Topcased Java reverse tool allows to reverse java code to build an UML
model.
We are currently in progress to add some functionnalities to this reverse :
1- the types imported from outer packages will be created relatively to
their tree in the model and not in the parent package of the class that need
this type with a name indicating the full path of the element ex : if a
class A imports the B.C.D type then the D type will not be created in the
context of the A Class parent package with "B.C.D" name but the D type will
be created in a C package nested in a B package assuming that B & C are
packages;
2- we probably add the implementations of interfaces for classifiers;
3- we probably add the imports for each classes using "import element" or
"import Package".

If the 1 & 2 actions are needed the third one is not so clear, Eclipse may
provide the right imports using CTRL+Shift+O and in this case why make the
model heavier. At the opposite, no one can make diagrams with this notion.


We need to know if someone has an advice on this third point, specially
concerning :
- graphical representation (may be ... not very important ? )
- code generation from the modified model.


Regards
Christophe


_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to