bobobear / lambdaj

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

Exception trying to return a value from a non argument closure #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This code tries to loop over a bunch of closures and return the result of the 
first successful closure execution.

What steps will reproduce the problem?

1.It's just a class with a main entry point. 

What is the expected output? What do you see instead?

I expect the output will show "3" which is the right closure execution.

What version of the product are you using? On what operating system?

Ubuntu 10.10, jdk 1.6 update 20 lambdaj version 2.3.1

Please provide any additional information below.

I'm attaching the code.

Original issue reported on code.google.com by mario.g...@gmail.com on 12 May 2011 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in release 2.3.3

Original comment by mario.fu...@gmail.com on 20 May 2011 at 9:12