ModelioOpenSource / ExtensionsForModelio

Modelio is an extensible tool. The repository contains several modules, the means of defining, implementing and deploying extensions for Modelio.
https://www.modelio.org
GNU General Public License v3.0
15 stars 4 forks source link

No autocompletion for Java Standard library #3

Open FredPraca opened 2 months ago

FredPraca commented 2 months ago

Using Modelio version 5.4.01, even though rt.jar was added to the Java Designer configuration, no Java classes are available in the UML diagrams. The log does not contain any further information. Is there something special to do ?

etiennebrosse commented 2 months ago

Hi,

Could you explain a bit more what you are trying to achieve? Are you reversing some Java code? Modeling a new project and you are expecting Java classes contained in rt.jar?

FredPraca commented 2 months ago

Hi, sorry, I was not that clear :)

I'm modelling a new project and of course my own Java classes depends on the Standard Library so I expected to have a way to use these ones in my diagrams, in relations or, but it's invalid from the checker point of view, as fields. This way, I could generate the whole code.