Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

to many extra lines for a single property

 
Post new topic   Reply to topic     Forum Index -> Feature discussion
View previous topic :: View next topic  
Author Message
marton_sigmond



Joined: 13 Nov 2007
Posts: 10
Location: Hungary

PostPosted: Wed Nov 21, 2007 2:26 pm    Post subject: to many extra lines for a single property Reply with quote

Code:
/**
 * @uml.property name="test"
 */
private String test = "";
/**
 * @uml.property name="myTestClient"
 * @uml.associationEnd inverse="uMLTest:umltest.TestClient"
 */
private TestClient myTestClient;
/**
 * @uml.property name="myTestClient2"
 * @uml.associationEnd multiplicity="(0 -1)" aggregation="composite"
 *                     inverse="uMLTest:umltest.TestClient"
 */
private Collection myTestClient2 = new java.util.ArrayList();


These are 15 lines instead of 3.
This is to many.

I wish there were no extra lines at all and stored the additional information in the model itself.

Thanks,
Marton
Back to top
View user's profile Send private message
yves.yang
Site Admin


Joined: 04 Aug 2006
Posts: 446

PostPosted: Thu Nov 22, 2007 12:28 pm    Post subject: Re: to many extra lines for a single property Reply with quote

The model file doesn't exist. All information is associated with source ocdes. This help to work in team to resolve the update conflit.

Best regards
Yves YANG
Back to top
View user's profile Send private message Send e-mail Visit poster's website
diemie



Joined: 22 Nov 2008
Posts: 1

PostPosted: Sat Nov 22, 2008 4:40 pm    Post subject: Reply with quote

I totally agree to marton_sigmond!
I like eUML2, but it definitly creates too much comments, so my code gets confusing.
There must be a possibility to turn the comments off, isn't it?

Cheers,
diemie
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Feature discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum