| View previous topic :: View next topic |
| Author |
Message |
marton_sigmond
Joined: 13 Nov 2007 Posts: 10 Location: Hungary
|
Posted: Wed Nov 21, 2007 2:26 pm Post subject: to many extra lines for a single property |
|
|
| 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 |
|
 |
yves.yang Site Admin
Joined: 04 Aug 2006 Posts: 446
|
Posted: Thu Nov 22, 2007 12:28 pm Post subject: Re: to many extra lines for a single property |
|
|
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 |
|
 |
diemie
Joined: 22 Nov 2008 Posts: 1
|
Posted: Sat Nov 22, 2008 4:40 pm Post subject: |
|
|
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 |
|
 |
|