|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public getAddress(reference ActorReference<?>) : INodeAddress in class com.ea.orbit.actors.runtime.ActorReference |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public writeState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.providers.IStorageProvider |
From |
To |
|
Change Parameter Type actor : OrbitActor to actor : OrbitActor<?> in method public preActivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method private getName(reference ActorReference<?>) : String in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Parameter Type actor : OrbitActor to actor : OrbitActor<?> in method public registerTimer(actor OrbitActor<?>, taskCallable Callable<Task<?>>, dueTime long, period long, timeUnit TimeUnit) : Registration in class com.ea.orbit.actors.runtime.IRuntime |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public readState(reference ActorReference<?>, state Object) : Task<Boolean> in class com.ea.orbit.actors.providers.mongodb.MongoDBStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public clearState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.providers.mongodb.MongoDBStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public readState(reference ActorReference<?>, state Object) : Task<Boolean> in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Parameter Type database : ConcurrentMap to database : ConcurrentMap<Object,Object> in method public FakeStorageProvider(database ConcurrentMap<Object,Object>) in class com.ea.orbit.actors.test.FakeStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public readState(reference ActorReference<?>, state Object) : Task<Boolean> in class com.ea.orbit.actors.test.FakeStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public readState(reference ActorReference<?>, state Object) : Task<Boolean> in class com.ea.orbit.actors.providers.IStorageProvider |
From |
To |
|
Change Parameter Type iClass : Class to iClass : Class<?> in method public ObserverRefDeserializer(iClass Class<?>, factory IReferenceFactory) in class com.ea.orbit.actors.providers.json.ActorReferenceModule.ObserverRefDeserializer |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public clearState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.test.FakeStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public clearState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public setAddress(reference ActorReference<?>, nodeAddress INodeAddress) : void in class com.ea.orbit.actors.runtime.ActorReference |
From |
To |
|
Change Parameter Type iClass : Class to iClass : Class<?> in method public RefDeserializer(iClass Class<?>, factory IReferenceFactory) in class com.ea.orbit.actors.providers.json.ActorReferenceModule.RefDeserializer |
From |
To |
|
Change Parameter Type actor : OrbitActor to actor : OrbitActor<?> in method public postActivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public writeState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.providers.mongodb.MongoDBStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public getId(reference ActorReference<?>) : Object in class com.ea.orbit.actors.runtime.ActorReference |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public getInterfaceId(reference ActorReference<?>) : int in class com.ea.orbit.actors.runtime.ActorReference |
From |
To |
|
Change Parameter Type a : T[] to a : R[] in method public toArray(a R[]) : R[] in class com.ea.orbit.concurrent.ConcurrentHashSet |
From |
To |
|
Change Parameter Type actor : OrbitActor to actor : OrbitActor<?> in method public registerTimer(actor OrbitActor<?>, taskCallable Callable<Task<?>>, dueTime long, period long, timeUnit TimeUnit) : Registration in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method private getIdentity(reference ActorReference<?>) : String in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public clearState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.providers.IStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public writeState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.test.FakeStorageProvider |
From |
To |
|
Change Parameter Type reference : ActorReference to reference : ActorReference<?> in method public writeState(reference ActorReference<?>, state Object) : Task<Void> in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Parameter Type aInterface : Class to aInterface : Class<?> in method private getDescriptor(aInterface Class<?>) : InterfaceDescriptor in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Parameter Type actor : OrbitActor to actor : OrbitActor<?> in method public postDeactivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Parameter Type actor : OrbitActor to actor : OrbitActor<?> in method public preDeactivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Return Type Task to Task<?> in method public blockOnReceiving(semaphoreIndex int) : Task<?> in class com.ea.orbit.actors.test.MessagingTest.IBlockingResponder |
From |
To |
|
Change Return Type Task to Task<?> in method public start() : Task<?> in class com.ea.orbit.actors.server.OrbitStageServer |
From |
To |
|
Change Return Type Task to Task<Void> in method public stop() : Task<Void> in class com.ea.orbit.web.EmbeddedHttpServer |
From |
To |
|
Change Return Type T[] to R[] in method public toArray(a R[]) : R[] in class com.ea.orbit.concurrent.ConcurrentHashSet |
From |
To |
|
Change Return Type Task to Task<?> in method public stop() : Task<?> in class com.ea.orbit.actors.OrbitStage |
From |
To |
|
Change Return Type Class<?> to Class<T> in method public abstract getInterface() : Class<T> in class com.ea.orbit.actors.runtime.ActorFactory |
From |
To |
|
Change Return Type Task to Task<?> in method public start() : Task<?> in class com.ea.orbit.actors.runtime.Messaging |
From |
To |
|
Change Return Type Task to Task<Void> in method public start() : Task<Void> in class com.ea.orbit.container.test.ContainerTest.HelloWorld |
From |
To |
|
Change Return Type Task to Task<Void> in method private sendCountDown(message String) : Task<Void> in class com.ea.orbit.actors.test.actors.SomeChatRoom |
From |
To |
|
Change Return Type Task to Task<?> in method public start() : Task<?> in class com.ea.orbit.container.Startable |
From |
To |
|
Change Return Type Task to Task<?> in method public registerReminder(actor IRemindable, reminderName String, dueTime long, period long, timeUnit TimeUnit) : Task<?> in class com.ea.orbit.actors.runtime.IRuntime |
From |
To |
|
Change Return Type Task to Task<?> in method public preDeactivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Return Type Task to Task<?> in method public start() : Task<?> in class com.ea.orbit.container.test.module.test.Class2 |
From |
To |
|
Change Return Type Task to Task<?> in method public startCountdown(count int, message String) : Task<?> in class com.ea.orbit.actors.test.actors.ISomeChatRoom |
From |
To |
|
Change Return Type Task to Task<?> in method public deactivateAsync() : Task<?> in class com.ea.orbit.actors.runtime.OrbitActor |
From |
To |
|
Change Return Type Task to Task<?> in method public blockOnReceiving(semaphoreIndex int) : Task<?> in class com.ea.orbit.actors.test.MessagingTest.BlockingResponder |
From |
To |
|
Change Return Type Task to Task<?> in method public stop() : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Return Type Task<Void> to Task<?> in method protected unregisterReminder(reminderName String) : Task<?> in class com.ea.orbit.actors.runtime.OrbitActor |
From |
To |
|
Change Return Type Task to Task<?> in method public unregisterReminder(actor IRemindable, reminderName String) : Task<?> in class com.ea.orbit.actors.runtime.IRuntime |
From |
To |
|
Change Return Type Task to Task<?> in method public stop() : Task<?> in class com.ea.orbit.actors.runtime.Messaging |
From |
To |
|
Change Return Type Task to Task<Void> in method public join(clusterName String) : Task<Void> in class com.ea.orbit.actors.test.FakeClusterPeer |
From |
To |
|
Change Return Type Task to Task<Void> in method public stop() : Task<Void> in class com.ea.orbit.container.test.ContainerTest.HelloWorld |
From |
To |
|
Change Return Type Task to Task<Void> in method public stop() : Task<Void> in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Return Type Task to Task<?> in method public stop() : Task<?> in class com.ea.orbit.container.Startable |
From |
To |
|
Change Return Type ActorFactory to ActorFactory<?> in method private findFactoryFor(baseInterface Class<?>, instance Object) : ActorFactory<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Return Type Task to Task<?> in method public postDeactivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Return Type Task to Task<?> in method public unregisterReminder(actor IRemindable, reminderName String) : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Return Type Task to Task<?> in method public join(clusterName String) : Task<?> in class com.ea.orbit.actors.cluster.ClusterPeer |
From |
To |
|
Change Return Type Task<Void> to Task<?> in method public join(clusterName String) : Task<?> in class com.ea.orbit.actors.cluster.IClusterPeer |
From |
To |
|
Change Return Type Task to Task<?> in method public preActivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Return Type Task to Task<?> in method protected registerReminder(reminderName String, dueTime long, period long, timeUnit TimeUnit) : Task<?> in class com.ea.orbit.actors.runtime.OrbitActor |
From |
To |
|
Change Return Type Task to Task<Void> in method public start() : Task<Void> in class com.ea.orbit.actors.providers.postgresql.PostgreSQLStorageProvider |
From |
To |
|
Change Return Type Task to Task<Void> in method public activateAsync() : Task<Void> in class com.ea.orbit.samples.chat.Chat |
From |
To |
|
Change Return Type Task to Task<?> in method public activateAsync() : Task<?> in class com.ea.orbit.actors.test.actors.SomeActor |
From |
To |
|
Change Return Type Task to Task<?> in method public deactivateAsync() : Task<?> in class com.ea.orbit.actors.test.actors.SomeMatch |
From |
To |
|
Change Return Type Task to Task<?> in method public postActivation(actor OrbitActor<?>) : Task<?> in class com.ea.orbit.actors.providers.ILifetimeProvider |
From |
To |
|
Change Return Type Task to Task<?> in method public registerReminder(actor IRemindable, reminderName String, dueTime long, period long, timeUnit TimeUnit) : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Return Type Task to Task<?> in method public start() : Task<?> in class com.ea.orbit.actors.OrbitStage |
From |
To |
|
Change Return Type Task to Task<?> in method public sendMessage(toReference IAddressable, oneWay boolean, methodId int, params Object[]) : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Return Type ActorInvoker to ActorInvoker<T> in method public abstract getInvoker() : ActorInvoker<T> in class com.ea.orbit.actors.runtime.ActorFactory |
From |
To |
|
Change Return Type Task to Task<?> in method public deactivateAsync() : Task<?> in class com.ea.orbit.samples.chat.Chat |
From |
To |
|
Change Return Type Task to Task<Void> in method public start() : Task<Void> in class com.ea.orbit.web.EmbeddedHttpServer |
From |
To |
|
Change Variable Type actorReference : ActorReference to actorReference : ActorReference<?> in method public sendMessage(toReference IAddressable, oneWay boolean, methodId int, params Object[]) : Task<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type all : Task to all : Task<?> in method public testAllOfWithError() : void in class com.ea.orbit.concurrent.test.TaskTest |
From |
To |
|
Change Variable Type future : Task to future : Task<?> in method public start() : void in class com.ea.orbit.container.OrbitContainer |
From |
To |
|
Change Variable Type locatedList : List to locatedList : List<?> in method protected injectField(state ComponentState, f Field) : void in class com.ea.orbit.container.OrbitContainer |
From |
To |
|
Change Variable Type aInterface : Class to aInterface : Class<?> in method private findFactoryFor(baseInterface Class<?>, instance Object) : ActorFactory<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type factory : ActorFactory<T> to factory : ActorFactory<?> in method private createObjectReference(iClass Class<T>, observer T, objectId String) : T in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type blockedRes : Task to blockedRes : Task<?> in method public blockingReceptionTest() : void in class com.ea.orbit.actors.test.MessagingTest |
From |
To |
|
Change Variable Type reference : ActorReference to reference : ActorReference<?> in method package createReference(a INodeAddress, iClass Class<T>, id String) : T in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type reference : ActorReference to reference : ActorReference<?> in method public serialize(value Object, jgen JsonGenerator, provider SerializerProvider) : void in class com.ea.orbit.actors.providers.json.ActorReferenceModule.RefSerializer |
From |
To |
|
Change Variable Type actor : OrbitActor to actor : OrbitActor<?> in method private configureOrbitContainer() : void in class com.ea.orbit.actors.OrbitStage |
From |
To |
|
Change Variable Type res2 : Task to res2 : Task<?> in method public blockingReceptionTestWithABunch() : void in class com.ea.orbit.actors.test.MessagingTest |
From |
To |
|
Change Variable Type interfaceClass : Class to interfaceClass : Class<?> in method public serialize(value Object, jgen JsonGenerator, provider SerializerProvider) : void in class com.ea.orbit.actors.providers.json.ActorReferenceModule.RefSerializer |
From |
To |
|
Change Variable Type orbitActor : OrbitActor to orbitActor : OrbitActor<?> in method public cleanup(key EntryKey, cutOut long) : Task<?> in class com.ea.orbit.actors.runtime.Execution.ReferenceEntry |
From |
To |
|
Change Variable Type reference : ActorReference to reference : ActorReference<?> in method public getReference(iClass Class<T>, id Object) : T in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type futures : List<Task> to futures : List<Task<?>> in method public cleanup(key EntryKey, cutOut long) : Task<?> in class com.ea.orbit.actors.runtime.Execution.ReferenceEntry |
From |
To |
|
Change Variable Type all : Task to all : Task<?> in method public testAllOf() : void in class com.ea.orbit.concurrent.test.TaskTest |
From |
To |
|
Change Variable Type interfaceClass : Class to interfaceClass : Class<?> in method public locateActor(addressable IAddressable) : Task<INodeAddress> in class com.ea.orbit.actors.runtime.Hosting |
From |
To |
|
Change Variable Type blocked : ArrayList<Task> to blocked : ArrayList<Task<?>> in method public blockingReceptionTestWithABunch() : void in class com.ea.orbit.actors.test.MessagingTest |
From |
To |
|
Change Variable Type orbitActor : OrbitActor to orbitActor : OrbitActor<?> in method public getOrCreateInstance() : Object in class com.ea.orbit.actors.runtime.Execution.Activation |
From |
To |
|
Change Variable Type res : Task to res : Task<?> in method public blockingReceptionTest() : void in class com.ea.orbit.actors.test.MessagingTest |
From |
To |
|
Change Variable Type that : ActorReference to that : ActorReference<?> in method public equals(o Object) : boolean in class com.ea.orbit.actors.runtime.ActorReference |
From |
To |
|
Change Variable Type factory : ActorFactory to factory : ActorFactory<?> in method private findFactoryFor(baseInterface Class<?>, instance Object) : ActorFactory<?> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Variable Type c : Class to c : Class<?> in method public start() : Task<Void> in class com.ea.orbit.web.EmbeddedHttpServer |
From |
To |
|
Change Variable Type futures : List to futures : List<Task<?>> in method public start() : void in class com.ea.orbit.container.OrbitContainer |
From |
To |
|
Change Attribute Type startFuture : CompletableFuture to startFuture : CompletableFuture<?> in class com.ea.orbit.actors.test.FakeClusterPeer |
From |
To |
|
Change Attribute Type invoker : ActorInvoker to invoker : ActorInvoker<Object> in class com.ea.orbit.actors.runtime.Execution.InterfaceDescriptor |
From |
To |
|
Change Attribute Type factory : ActorFactory to factory : ActorFactory<?> in class com.ea.orbit.actors.runtime.Execution.InterfaceDescriptor |
From |
To |
|
Change Attribute Type fakeDatabase : ConcurrentHashMap to fakeDatabase : ConcurrentHashMap<Object,Object> in class com.ea.orbit.actors.test.ActorBaseTest |
From |
To |
|
Change Attribute Type iClass : Class to iClass : Class<?> in class com.ea.orbit.actors.providers.json.ActorReferenceModule.RefDeserializer |
From |
To |
|
Change Attribute Type executionSerializer : ExecutionSerializer to executionSerializer : ExecutionSerializer<Object> in class com.ea.orbit.actors.runtime.Execution |
From |
To |
|
Change Attribute Type reference : ActorReference to reference : ActorReference<?> in class com.ea.orbit.actors.runtime.Execution.ReferenceEntry |
From |
To |
|
Change Attribute Type database : ConcurrentMap to database : ConcurrentMap<Object,Object> in class com.ea.orbit.actors.test.FakeStorageProvider |
From |
To |
|
Change Attribute Type iClass : Class to iClass : Class<?> in class com.ea.orbit.actors.providers.json.ActorReferenceModule.ObserverRefDeserializer |
From |
To |
|
Change Attribute Type stopFuture : CompletableFuture to stopFuture : CompletableFuture<?> in class com.ea.orbit.container.OrbitContainer |
From |
To |
|
Change Attribute Type startFuture : Task to startFuture : Task<?> in class com.ea.orbit.actors.OrbitStage |
From |
To |