Name Date Size #Lines LOC

..--

main/H25-Apr-2025-4,2342,186

tck/H25-Apr-2025-2,8981,625

tck-android/H25-Apr-2025-404289

Android.bpH A D25-Apr-20251.8 KiB6557

LICENSE.txtH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025336 1615

MODULE_LICENSE_APACHE2HD25-Apr-20250

NOTICEH A D25-Apr-202511.1 KiB203169

OWNERSH A D25-Apr-202543 32

README.androidH A D25-Apr-2025300 95

README.versionH A D25-Apr-2025209 75

build.gradleH A D25-Apr-2025227 1915

update_source.shH A D25-Apr-20251.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