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

Multiple Overloaded Methods are not differentiated by Java2UML Propagation #170

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

Comments

@SofiaAnanieva
Copy link

When propagating methods from Java to UML, they are identified based on their name only, ignoring the parameters. This leads to multiple overloaded methods in Java being merged into a single method in UML.

A fix would require to check if a UML method already corresponds to a Java method before adding yet another correspondence from that same UML method to an overloaded version of the Java method.

@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