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

Print type when argument is null #716

Closed
bric3 opened this issue Oct 26, 2016 · 1 comment
Closed

Print type when argument is null #716

bric3 opened this issue Oct 26, 2016 · 1 comment

Comments

@bric3
Copy link
Contributor

bric3 commented Oct 26, 2016

Sometime when overloaded method are invoked with null it is hard to know which method has been invoked.

mock.varargs(null);

it should print something like

mock.varargs((Object) null);
mock.varargs((Object[]) null);
@TimvdLippe
Copy link
Contributor

This has been implemented for #2311 in #2320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants