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

Problem with parameterized Interfaces #284

Open
codepitbull opened this issue Nov 4, 2019 · 2 comments
Open

Problem with parameterized Interfaces #284

codepitbull opened this issue Nov 4, 2019 · 2 comments

Comments

@codepitbull
Copy link

Seems like there is a problem with parameterized Interfaces.
io.vertx.core.Promise, which is an interface, will yield the following results when going through codegen:

((ClassTypeInfo) type).getParams().size() => 1
((ClassTypeInfo) type).isParameterized() => false

Clearly, isParameterized should yield true.

I am still investigating to find out what's going on.

@vietj
Copy link
Member

vietj commented Nov 4, 2019 via email

@vietj
Copy link
Member

vietj commented Feb 18, 2020

any more info about this @codepitbull ?

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

2 participants