Hi all, I've started testing Topcased functionalities a few weeks ago! Now i'm trying to create a class diagram and then generate code, from that diagram. In this process I've encountered some issues:
1. One of my class's has a property that is a java.net.Socket, but i couldn't define it's type has java.net.Socket. I've worked around this situation by creating in the class diagram the package java.net and the class Socket, but i feel that this is not best way to do it. Is there any resource that defines the most common or even all JDK classes? 2. Making the above work around, and after the code generation i've noticed that the "import java.net.Socket;" line was not generated. I've linked the two classes with a Composition Association element, and tried with other elements, but the result was always the same. What do i have to do to resolve this problem? Many thanks in advance, André _______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
