bobobear / lambdaj

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

Use of arguments with no invocations is broken in 2.3.3-SNAPSHOT #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See attached test, it reproduces side-effects from using an argument with no 
invocations, yielded by code having the following form:

assertThat(project(cars, SimpleBrand.class, on(Car.class)), hasItem(new 
SimpleBrand("Ford")));

we have used this form in various projections. This now fails because 
InvocationSequence.lastInvocation has not been assigned. 

Original issue reported on code.google.com by bjerk...@gmail.com on 4 May 2011 at 11:32

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:00