bobobear / lambdaj

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

Lambda.select() methods vurnelable to null #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Fixed in release 2.3.2

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

GoogleCodeExporter commented 9 years ago
Great! Thank you!

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