Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/killbill/killbill
/ randomUUID
Method
randomUUID
api/src/main/java/org/killbill/billing/util/UUIDs.java:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
public
abstract
class
UUIDs {
31
32
public
static
UUID randomUUID() {
return
rndUUIDv4(); }
33
34
public
static
void
setRandom(
final
Random random) {
35
threadRandom.set(random);
Callers
15
createPaymentMethod
Method · 0.95
filter
Method · 0.95
addBillingEventsForBundles
Method · 0.95
createInfoPlugins
Method · 0.95
anyPayment
Method · 0.95
testPriorCallWithUnknownPlugin
Method · 0.95
testPriorCallWithNullAccountAndPaymentMethodId
Method · 0.95
createOrGetExternalPaymentMethod
Method · 0.95
doOperation
Method · 0.95
doIteration
Method · 0.95
updatePaymentAndTransactionInternal
Method · 0.95
run
Method · 0.95
Calls
1
rndUUIDv4
Method · 0.95
Tested by
15
createPaymentMethod
Method · 0.76
createInfoPlugins
Method · 0.76
anyPayment
Method · 0.76
testPriorCallWithUnknownPlugin
Method · 0.76
testPriorCallWithNullAccountAndPaymentMethodId
Method · 0.76
initAccountData
Method · 0.76
afterMethod
Method · 0.76
testWithAuditAndHistory
Method · 0.76
createTestCanceledSubscription
Method · 0.76
createTestTransferredWithBCDSubscription
Method · 0.76
testRecordsWithTrackingIdExist
Method · 0.76
setupAccount
Method · 0.76