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

Extended generic types not well generated #75

Closed
Xavier-L opened this issue Sep 24, 2018 · 0 comments
Closed

Extended generic types not well generated #75

Xavier-L opened this issue Sep 24, 2018 · 0 comments

Comments

@Xavier-L
Copy link

Xavier-L commented Sep 24, 2018

For an interface MFoo< T extends Bar> the custom interface generated is Foo< T > instead of Foo< T extends Bar>

opcoach added a commit that referenced this issue Sep 25, 2018
Generate proper inheritance with generic interfaces.

Manage imports automatically

Added some unit tests to compute imports

Signed-off-by: Olivier Prouvost <olivier.prouvost@opcoach.com>
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