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

External Types in Java are not propagated to UML #167

Open
SofiaAnanieva opened this issue Oct 29, 2021 · 0 comments
Open

External Types in Java are not propagated to UML #167

SofiaAnanieva opened this issue Oct 29, 2021 · 0 comments
Labels
Java Related to Java Applications or Java Domain UML Related to UML Applications or UML Domain

Comments

@SofiaAnanieva
Copy link

Types whose creation has not been recorded are not propagated to the UML model, which sounds like intended behaviour. However, this is a problem, if those types are referenced in the recorded model. This concerns in particular the types of the Java class library (e.g., java.lang.Object or java.util.Collection). In the UML model, references to those external types become null references.

As discussed in the latests Vitruv ConCall (October 28, 2021), a possible solution could be to create stubs (dummy types) for all referenced external types.

@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

2 participants