Closed GoogleCodeExporter closed 8 years ago
I can't reproduce this. I wrote a test that calls the method
private <K, X> void assertGenericsMap(Map<K, List<X>> map, K key) {
assertThat(map, hasKey(key));
}
Can you give us more code and confirm the version of Hamcrest and Java
Can you also try the latest RC drop to make sure it's not already fixed.
Original comment by smgfree...@gmail.com
on 2 Mar 2009 at 8:38
I am using hamcrest-all-1.1.jar and Java 5
Attached is the file that shows the bug
Original comment by rakesh.p...@gmail.com
on 3 Mar 2009 at 1:26
Attachments:
Sorry to bother you, it got resolved in the latest RC drop.
Original comment by rakesh.p...@gmail.com
on 4 Mar 2009 at 8:02
Original comment by smgfree...@gmail.com
on 21 Mar 2009 at 11:44
Original issue reported on code.google.com by
rakesh.p...@gmail.com
on 2 Mar 2009 at 12:32