Open GoogleCodeExporter opened 8 years ago
You can find a fix (+ test) for the problem above in
http://code.google.com/r/ricengel-mockito/
Original comment by ricen...@gmail.com
on 28 Nov 2012 at 3:28
Hi,
Interesting issue it seems. Thank you for the pull request. However as you did
change some signatures, did you have the opportunity to confirm this change is
compile time and runtime (binary) compatible with previous writen code /
binaries ?
For the reader, here's the reference to the current specific changeset made by
Ricardo Engel :
http://code.google.com/r/ricengel-mockito/source/detail?r=e4e002e2949f492df681a7
80467239cf57be3f1d
Cheers,
Brice
Original comment by brice.du...@gmail.com
on 2 Dec 2012 at 10:13
Original comment by brice.du...@gmail.com
on 2 Dec 2012 at 10:16
Hi Brice,
Sorry, just realised that I never answered to your question. In regards to the
change, it should be fully compile time compatible as all tests were still
untouched and passing after the code change. However, I don't this will be a
binary compatible change as the runtime class has changed from Comparable to
Object (thanks to type erasure).
Cheers,
Ricardo
Original comment by ricen...@gmail.com
on 27 Aug 2013 at 6:11
Original issue reported on code.google.com by
ricen...@gmail.com
on 28 Nov 2012 at 3:26