eclipse-vertx / eclipse-vertx/vertx-codegen

Problem with parameterized Interfaces

Open
#284 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.