• Home
Name Date Size #Lines LOC

..--

main/04-Jul-2025-4,2342,186

tck/04-Jul-2025-2,8981,625

tck-android/04-Jul-2025-404289

Android.bpD04-Jul-20251.8 KiB6557

LICENSE.txtD04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025336 1615

MODULE_LICENSE_APACHE2D04-Jul-20250

NOTICED04-Jul-202511.1 KiB203169

OWNERSD04-Jul-2025115 43

README.androidD04-Jul-2025300 95

README.versionD04-Jul-2025209 75

build.gradleD04-Jul-2025227 1915

update_source.shD04-Jul-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