We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When referencing classes, from an other package, in a model, the generated classes are missing the import related to that package.
In the following example, the vehicle class references an Engine from the package "powertrain".
The generated source of the classe Vehicle
Environment
The text was updated successfully, but these errors were encountered:
Hi,
The problem comes from the UMLGen project of Eclipse. I raised a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=510980, and proposed a patch to fix the problem.
Sorry, something went wrong.
Thanks.
But it looks like the reported bug id is incorrect (bug id is 510980 and not 51980). Then the good link is https://bugs.eclipse.org/bugs/show_bug.cgi?id=510980
We finally migrated the UMLGen plug-ins into UML Designer. The fix for this problem #882 has been integrated along with #921.
AxelRICHARD
No branches or pull requests
When referencing classes, from an other package, in a model, the generated classes are missing the import related to that package.
In the following example, the vehicle class references an Engine from the package "powertrain".
The generated source of the classe Vehicle

Environment
The text was updated successfully, but these errors were encountered: