Skip to content

Check method arguments better #60

@ljacqu

Description

@ljacqu

Especially methods that create Type objects manually based on user input, we should probably check better against various constellations that don't make sense. For example: verify that no primitive type is provided where it's not possible (like in wildcards).

Or e.g. in ParameterizedType, the type args coming in should match the type variables on the raw type... Checking the bounds is yet another story.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions