argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

Missing Long type for Java class fields #62

Open antoniodiego opened 1 year ago

linustolke commented 1 year ago

I don't understand where this is missing from. I can see it in the xmi file: https://github.com/argouml-tigris-org/argouml-java/blob/b5d05220ecfa8bc7cb008ec24722de1d51d7fced/src/org/argouml/language/java/profile/default-java.xmi#L58

Could you please elaborate?

antoniodiego commented 1 year ago

Yes.

I made this example classe for explaining

image

I added a aleatory field

The program is set to use UML 1.4 notation

image

And theres'no Long option for pick for the field type:

image

Same for List type and for many other Java types, like LocalDate and etc

I am using the 0.34 version. I don't know if there's more types option in a more actual version. I would like to know it

Thank for anwering