-
Notifications
You must be signed in to change notification settings - Fork 105
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
Wrong code generated when extending interface with another that has the same name #259
Comments
We should also check for other similar cases is class source. If someone can point me in the right direction, I can try to contribute a fix. |
gastaldi
added a commit
that referenced
this issue
Oct 15, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 15, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 15, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 18, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 18, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 18, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 18, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
gastaldi
added a commit
that referenced
this issue
Oct 18, 2022
…rHolder#addInterface(java.lang.String) - Fixes #259
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When extending an interface with another one that has the same name but comes from a different package, Roaster should add a fully qualified reference to the extending interface.
Here is a reproducer that can be run using
jbang
:Is there a workaround (other than changing the name)? Thanks for any help!
The text was updated successfully, but these errors were encountered: