Skip to content

Issue #11: Support of static functions with varargs #22

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

Open
wants to merge 1 commit into
base: 5.0.0
Choose a base branch
from

Conversation

mhohndorf
Copy link

Validating vararg-functions allow dynamic parameter count and invoking vararg-functions uses the existing parameter-resolution which already supports varargs.

I put it into the 5.0.0 branch, because I need this change for Java 11.

Validating vararg-functions allow dynamic parameter count and
invoking vararg-functions uses the existing parameter-resolution
which already supports varargs.

Also fixed an NPE in ReflectionUtil when providing null as vararg-
parameter.
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

Successfully merging this pull request may close these issues.

1 participant