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

LANG-1350: Fix varargs array invokeConstructor #283

Closed
wants to merge 1 commit into from

Conversation

bjkail
Copy link

@bjkail bjkail commented Aug 20, 2017

If ConstructorUtils.invokeConstructor(Class, Object...) is invoked with an array of arguments whose classes do not match a constructor exactly (for example, a subclass is used) and an array is used for a varargs parameter, then the array is not matched to the varargs parameter type.

If ConstructorUtils.invokeConstructor(Class, Object...) is invoked with
an array of arguments whose classes do not match a constructor exactly
(for example, a subclass is used) and an array is used for a varargs
parameter, then the array is not matched to the varargs parameter type.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 95.194% when pulling a54613f on bjkail:LANG-1350 into 05d9518 on apache:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 95.194% when pulling a54613f on bjkail:LANG-1350 into 05d9518 on apache:master.

@PascalSchumacher
Copy link
Contributor

Thanks for the pull request! 👍

It was merged by @garydgregory in cc94767

It would be nice if you could close the pull request.

Thanks!

@bjkail bjkail closed this Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants