Closed GoogleCodeExporter closed 9 years ago
Thanks for the report. This does look like something that should be changed.
Original comment by cgdecker@google.com
on 22 Oct 2014 at 4:37
Technically the @Nullable on the parameter was correct since the constructor
itself didn't throw NPE when null was passed to it. Overall, the behavior was
obviously incorrect.
The parameters have been changed to non-@Nullable and the constructors have
been changed to throw NPE when null is passed to them. The fix should be
mirrored out soon.
Original comment by cgdecker@google.com
on 23 Oct 2014 at 5:56
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<issue id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:08
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
anth...@whitford.com
on 22 Oct 2014 at 1:01