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

Java Packages are identified only by their Last Namespace Element during propagation to UML #169

Open
SofiaAnanieva opened this issue Oct 29, 2021 · 1 comment
Labels
Java Related to Java Applications or Java Domain UML Related to UML Applications or UML Domain

Comments

@SofiaAnanieva
Copy link

When propagating Java packages to UML, different packages with the same suffix (e.g., aroguml.org.util and argo.util) are considered as the same package and thus incorrectly merged during propagation. Consequently, elements being contained in the Java package that is propagated second are placed in the Java package that was propagated first.

A possible solution would be to adapt the Java2UML-Reactions in order to match packages based on their full namspace (i.e., fully qualified name).

@HeikoKlare
Copy link
Contributor

Should probably be fixed together with #178.

@JanWittler JanWittler added Java Related to Java Applications or Java Domain UML Related to UML Applications or UML Domain labels Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java Related to Java Applications or Java Domain UML Related to UML Applications or UML Domain
Projects
None yet
Development

No branches or pull requests

3 participants