Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   Announcement on Astah products
     Is this a bug?

Flat Previous Topic | Next Topic
Poster Thread
Anonymous
Posted on: 2006/8/24 17:16
Is this a bug?
Post from YXB as a guest
---

There is a aggregate association between two classes(Class0 & Class1). java file was exported as follow:
public class Class0 {
 	private Class1 class1;
}


But the correct result should be:
public class Class0 {
 	private Class1[] class1;
}


I get the wrong result with jude community 3.0.2(model version: 22) I download today.

The correct result was gotten with jude community 2.4.4

I suggested that roles of aggregate association can be set a container use to contain associated objects.(IBM rational rose has already supported)
Flat Previous Topic | Next Topic

Subject Poster Date
 » Is this a bug? Anonymous 2006/8/24 17:16
     Re: Is this a bug? Joba 2006/8/25 10:25