Hy,

I use the generation of an UML model from a Java project and try to generate 
the java code again to check if the "round trip" is possible using topcased.

It works quite good but I have some problems :

- In the UML model, the main has no return type, then the generated main is 
"public main(Hash<String> args)" and not "public void main(String[] args)"

- In the UML model, generic variabbles are note defined as they should. In the 
first java project there are variables of type ArrayList<PersonneAccess> and in 
the UML model variables are of type ArrayList ...

- In the first Java project, source files are in src folder, but the generated 
files are directly under the project and not in the src folder.

Are there some work arounds of these problems ?

Sincerly,

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

Reply via email to