keeganwitt / gmock

Automatically exported from code.google.com/p/gmock
6 stars 2 forks source link

Java classes strong typing support #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Refer to issue 14.

Original issue reported on code.google.com by JohnnyJianHY on 14 Oct 2008 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by JohnnyJianHY on 14 Oct 2008 at 2:12

GoogleCodeExporter commented 9 years ago
We may need this library: http://code.google.com/p/objenesis/

Original comment by JohnnyJianHY on 16 Oct 2008 at 1:02

GoogleCodeExporter commented 9 years ago
I had a look. It look really good. Now it sound so easy that I wondering if we 
should
support the two other typing support.

Original comment by julien.g...@gmail.com on 16 Oct 2008 at 5:43

GoogleCodeExporter commented 9 years ago
But we still need cglib to generate byte code. Objenesis is only used to 
instantiate 
objects without invoking the constructor.

Original comment by JohnnyJianHY on 17 Oct 2008 at 9:39

GoogleCodeExporter commented 9 years ago
Again. Would it be possible to create a jar bundle containing the required third
party library. Licensing issue?

Original comment by julien.g...@gmail.com on 17 Oct 2008 at 3:37

GoogleCodeExporter commented 9 years ago
cglib is under apache license, so it is ok to include it in our release.

Original comment by JohnnyJianHY on 19 Oct 2008 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by JohnnyJianHY on 8 Dec 2008 at 2:52