Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   Announcement on Astah products
     Java 5 Code Generation in JUDE Professional 5.2

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
rguarino
Posted on: 2008/2/26 6:33
Just popping in
Joined: 2008/2/26
From:
Posts: 1
Java 5 Code Generation in JUDE Professional 5.2
Hi,

I'm trying to generate code using JUDE for java's generics construction(java 5), but the java source doesn't correspond to the model. When I draw a classe named Test<K> the generated code is Test_K_.java. Could someone help me ?

Thks in advance,
Rodrigo
midori
Posted on: 2008/2/26 11:03
Developer
Joined: 2006/7/3
From:
Posts: 324
Re: Java 5 Code Generation in JUDE Professional 5.2
Hi Rodrigo,

Thank you for using JUDE/Professional 5.2!

Currently, it is not supported to input "Test<K>" as a name of a template class in JUDE. A template class is displayed like below:







If you would like to add template parameters to the class, please use the Class popup menu.
(Right-mouse click on Class, then select [Add Template Parameter])












Then, export Java. It will generate the following java codes.

public class Test<K> {

}


Also, please update to JUDE/Professional 5.2.1 which has been released on February 22, 2008. We have fixed bugs for export Java in ver.5.2. (same as JUDE/Community)

Thanks,
Midori
Threaded | Newest First Previous Topic | Next Topic | Top