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

Identify Dummy Types in UML #168

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

Identify Dummy Types in UML #168

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

Comments

@SofiaAnanieva
Copy link

SofiaAnanieva commented Oct 29, 2021

This issue directly follows issue 167. We assume that external types in Java have been successfully propagated to UML as dummy types. These external types must be ignored when propagating in the other direction from UML to Java in order to ensure that propagation from UML to Java is not corrupted by propagating such types transitively back to Java.

As discussed in the latests Vitruv ConCall (October 28, 2021), possible solutions could be to i) mark the dummy types with a respective tag to identify such external types, or to ii) match each type with the Java class library (or other external libraries) to identify them as external types and ignore them during propagation from UML to Java.

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

No branches or pull requests

2 participants