Toggle navigation
Home
java.util.UUID to java.lang.String
No. of Instances - 30
No. of Commits - 11
No. of Projects - {'orientdb', 'AxonFramework', 'ignite', 'kaa', 'usergrid', 'killbill', 'camel'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
WithCaching<UUID,Long>
to
WithCaching<String,Long>
Add or Remove Method invocation
fixture.givenAggregate(aggregate1).published(new TriggerSagaStartEvent(aggregate1.toString()),new TriggerExistingSagaEvent(aggregate1.toString())).whenAggregate(aggregate1)
to
fixture.givenAggregate(aggregate1).published(new TriggerSagaStartEvent(aggregate1),new TriggerExistingSagaEvent(aggregate1)).whenAggregate(aggregate1)
fixture.givenAggregate(aggregate1).published(new TriggerSagaStartEvent(aggregate1.toString())).andThenTimeElapses(Duration.standardMinutes(5)).andThenAggregate(aggregate1).published(new ResetTriggerEvent(aggregate1.toString()))
to
fixture.givenAggregate(aggregate1).published(new TriggerSagaStartEvent(aggregate1)).andThenTimeElapses(Duration.standardMinutes(5)).andThenAggregate(aggregate1).published(new ResetTriggerEvent(aggregate1))
UUID
to
clientSetup.getOrganization()
getStringId(id)
to
id
ignite.localNode()
to
String
U.readUuid(in)
to
U.readString(in)
UUID.fromString(productTokenAsString)
to
productToken
Update Class Instacne Creation
new TriggerExistingSagaEvent(aggregate1.toString())
to
new TriggerExistingSagaEvent(aggregate1)
new TimerTriggeredEvent(aggregate1.toString())
to
new TimerTriggeredEvent(aggregate1)
new TimerTriggeredEvent(aggregate1.toString())
to
new TimerTriggeredEvent(aggregate1)
Rename Variable
returnedEntityId
to
returnedUUID
entityId
to
uuid
appid
to
orgName
nodeId
to
consistentId
nodeId
to
consistentId
nodeId
to
consistentId
Other
id
to
id
Rename Method invocation
writeUuid
to
writeString