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

Lambda.select() methods vurnelable to null #50

Closed
GoogleCodeExporter opened this issue Nov 11, 2015 · 2 comments
Closed

Lambda.select() methods vurnelable to null #50

GoogleCodeExporter opened this issue Nov 11, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

When iterable passed to select is null it causes NullPointerException. In v2.0 
it returned empty list which is a way nicer as does not require all those 
if(iterable != null) checks outside the select call.

Original issue reported on code.google.com by dinad...@gmail.com on 12 Nov 2010 at 5:18

@GoogleCodeExporter
Copy link
Author

Fixed in release 2.3.2

Original comment by mario.fu...@gmail.com on 20 Dec 2010 at 9:41

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Great! Thank you!

Original comment by dinad...@gmail.com on 20 Dec 2010 at 10:23

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

1 participant