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

Interface implementation missing if methods use types from different packages #62

Open
pablojimpas opened this issue Apr 2, 2022 · 0 comments

Comments

@pablojimpas
Copy link

First of all, awesome tool for reverse engineering. Wonderful work!

Let me illustrate this issue with an example:

Let's say I have a package called usecases with an interface called UserOutputBoundary and another package called adapters with a type UserPresenter that implements the interface.

Here is an example where everything works great using a simple data type in the interface methods:

good

However, if I use a UserOutputData type from the usecases package instead of a simple data type this tool gets confused and produces the following PlantUML output without the expected inheritance relationship:

bad

Hope it's an easy fix.

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

No branches or pull requests

1 participant