• Home
Name Date Size #Lines LOC

..--

main/03-May-2024-4,2342,186

tck/03-May-2024-2,8981,625

tck-android/03-May-2024-393280

Android.bpD03-May-20241.2 KiB4337

LICENSE.txtD03-May-202411.1 KiB203169

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-202411.1 KiB203169

OWNERSD03-May-202422 21

README.androidD03-May-2024300 95

README.versionD03-May-2024209 75

build.gradleD03-May-2024227 1915

update_source.shD03-May-20241.5 KiB6943

README.android

1Objenesis is a library which makes it easier to instantiate objects bypassing
2Java's standard constructor mechanism. This is sometimes useful in tests, and
3is used in particular by Mockito.
4
5See https://code.google.com/p/objenesis/
6
7The source code can be updated using the update_source.sh script.
8
9

README.version

1URL: https://github.com/easymock/objenesis
2Version: 2.5
3BugComponent: 21001
4
5Local Modifications:
6      Modified UnsafeFactoryInstantiator to use reflection to access Unsafe as it is not available on Android.
7