eclipse-vertx / eclipse-vertx/vertx-codegen
Problem with parameterized Interfaces
Open
- Dominant language
- Java
- Stars
- 111
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.