Serialized Form
-
Package com.carrotsearch.ant.tasks.junit4.gson.stream
-
Exception Class com.carrotsearch.ant.tasks.junit4.gson.stream.MalformedJsonException
class MalformedJsonException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.carrotsearch.randomizedtesting
-
Class com.carrotsearch.randomizedtesting.AssertingRandom
class AssertingRandom extends Random implements Serializable-
Serialized Fields
-
allocationStack
StackTraceElement[] allocationStack
-
delegate
Random delegate
-
ownerName
String ownerName
-
ownerRef
WeakReference<Thread> ownerRef
-
valid
boolean valid
Track out-of-context use of thisRandom
instance. This introduces memory barriers and scheduling side-effects but there's no other way to do it in any other way and sharing randoms across threads or test cases is very bad and worth tracking.
-
-
-
Class com.carrotsearch.randomizedtesting.Xoroshiro128PlusRandom
class Xoroshiro128PlusRandom extends Random implements Serializable-
Serialized Fields
-
s0
long s0
-
s1
long s1
-
-
-