Skip to content
New issue

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

Package-qualified class names #51

Open
roper79 opened this issue Jun 24, 2024 · 2 comments
Open

Package-qualified class names #51

roper79 opened this issue Jun 24, 2024 · 2 comments
Assignees

Comments

@roper79
Copy link

roper79 commented Jun 24, 2024

Scenario:

  1. Create an (Onto)UML model with an empty diagram D1.
  2. Put package P1 into the model.
  3. Put class C into the package.
  4. Create a second (empty) diagram D2 for the model.
  5. Unhide C from the model.

Result: the label of C in D2 should be displayed as P1::C.

@JanBliznicenko
Copy link
Member

Implemented in current nightly build. @roper79 if you consider the solution to be ok, please, close the issue.

@JanBliznicenko
Copy link
Member

The same thing should work for inner packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants