Closed GoogleCodeExporter closed 9 years ago
args is declared as @Nullable Object..., and I believe it was intended to
indicate that the individual objects were permitted to be null, not the array
itself.
Passing a null array to a varargs method would require an explicit cast, as I
understand it -- (Object[]) null. Is there a reason to believe this might
actually cause issues in real code?
Original comment by lowas...@google.com
on 20 Mar 2014 at 6:52
To be honest, there is no real code error-szenario. It was just popping up
during some tests and I was wondering that creation of error-message causes an
error that was more or less unexpected.
Original comment by soe...@glorien.com
on 20 Mar 2014 at 9:28
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:09
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:17
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
soe...@glorien.com
on 20 Mar 2014 at 6:43