DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Preconditions.checkNotNull should have param annotated with @Nullable? #1688

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Shouldn't `reference` be annotated with @Nullable? Intellij warns me that I may 
be passing null to it...

public static T checkNotNull(@Nullable T reference) ...

Original issue reported on code.google.com by d...@zumper.com on 2 Mar 2014 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by wasserman.louis on 2 Mar 2014 at 7:21

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07