Closed GoogleCodeExporter closed 9 years ago
This type signature actually allows anything for actual and matcher as <T> can
always
be bound to Object.
It allows you to write things like:
assertThat(new Object(), hasItem("Foo"));
Which is a pointless assertion that can be pushed down to the compiler to check.
Can you give a use case where the current signature didn't work?
Original comment by neild...@gmail.com
on 1 Apr 2008 at 8:39
Is this a duplicate of issue 31?
Original comment by nat.pr...@gmail.com
on 1 Apr 2008 at 10:56
err... I mean...
Is this a duplicate of issue 32?
Original comment by nat.pr...@gmail.com
on 1 Apr 2008 at 10:57
Hi nat.pryce,
I didn't see issue 31/32, sorry. I think that is referring to the same problem.
I would appreciate any comments/ETA.
Original comment by celalzif...@gmail.com
on 1 Apr 2008 at 3:36
Original comment by nat.pr...@gmail.com
on 16 Oct 2008 at 12:09
Original issue reported on code.google.com by
celalzif...@gmail.com
on 31 Mar 2008 at 7:00