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

Check method arguments better #60

Open
ljacqu opened this issue Dec 30, 2022 · 0 comments
Open

Check method arguments better #60

ljacqu opened this issue Dec 30, 2022 · 0 comments

Comments

@ljacqu
Copy link
Owner

ljacqu commented Dec 30, 2022

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.

@ljacqu ljacqu changed the title Check arguments better Check method arguments better Dec 30, 2022
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

1 participant