Skip to content

Problem with parameterized Interfaces #284

@codepitbull

Description

@codepitbull

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions