liangzai-cool / hamcrest

Automatically exported from code.google.com/p/hamcrest
0 stars 0 forks source link

java IsIterableContainingInOrderTest doesn't compile in trunk #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see 
http://vmgump.apache.org/gump/public/hamcrest/hamcrest-java-unit-test/gump_work/
build_hamcrest_hamcrest-java-unit-test.html

Not sure what you tried to achieve in svn revision 515 but it has broken the 
test at least when using Sun's compilers.  The attached patch, which basically 
reverts r515 fixes the problem.

Unfortunately I'm way more familiar with .NET generics than Java generics and 
at least I could provide explicit type parameters in .NET which seems to be 
impossible for generic methods in Java - otherwise it might be possible to fix 
the test.

Original issue reported on code.google.com by stefan.b...@gmail.com on 9 Sep 2010 at 9:49

Attachments:

GoogleCodeExporter commented 9 years ago
this has been fixed by now.  Unfortunately I don't see any option to close the 
issue.

Original comment by stefan.b...@gmail.com on 4 Nov 2010 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by smgfree...@gmail.com on 25 Apr 2012 at 11:29