06f2b3f01fe7e0ac93901f378ea4297225ee567f
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type runtimeRef : WeakReference<IRuntime> to runtimeRef : WeakReference<Runtime> in method package setRuntime(runtimeRef WeakReference<Runtime>) : void in class com.ea.orbit.actors.runtime.ActorRuntime | From | To | |
| Change Parameter Type runtimeRef : WeakReference<IRuntime> to runtimeRef : WeakReference<Runtime> in method package runtimeCreated(runtimeRef WeakReference<Runtime>) : void in class com.ea.orbit.actors.runtime.ActorRuntime | From | To | |
| Move Method | 2 | ||
| Move Method package runtimeCreated(runtimeRef WeakReference<IRuntime>) : void from class com.ea.orbit.actors.runtime.Runtime to package runtimeCreated(runtimeRef WeakReference<Runtime>) : void from class com.ea.orbit.actors.runtime.ActorRuntime | From | To | |
| Move Method package setRuntime(runtimeRef WeakReference<IRuntime>) : void from class com.ea.orbit.actors.runtime.Runtime to package setRuntime(runtimeRef WeakReference<Runtime>) : void from class com.ea.orbit.actors.runtime.ActorRuntime | From | To | |
| Change Return Type | 5 | ||
| Change Return Type IStorageTestState to StorageTestState in method public readState(identity String) : StorageTestState in class com.ea.orbit.actors.extensions.memcached.MemCachedPersistenceTest | From | To | |
| Change Return Type IStorageTestState to StorageTestState in method public readState(identity String) : StorageTestState in class com.ea.orbit.actors.redis.test.RedisPersistenceTest | From | To | |
| Change Return Type IStorageTestState to StorageTestState in method public readState(identity String) : StorageTestState in class com.ea.orbit.actors.extensions.jpa.test.JpaPersistenceTest | From | To | |
| Change Return Type IRuntime to Runtime in method public getRuntime() : Runtime in class com.ea.orbit.actors.extensions.InvocationContext | From | To | |
| Change Return Type IStorageTestState to StorageTestState in method public abstract readState(identity String) : StorageTestState in class com.ea.orbit.actors.test.StorageBaseTest | From | To | |
| Extract Class | 1 | ||
| Extract Class com.ea.orbit.actors.runtime.ActorRuntime from class com.ea.orbit.actors.runtime.Runtime | From | To | |
| Rename Class | 1 | ||
| Rename Class com.ea.orbit.actors.test.IStorageTestState renamed to com.ea.orbit.actors.test.StorageTestState | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type cachedRef : WeakReference<IRuntime> to cachedRef : WeakReference<Runtime> in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Change Attribute Type runtime : IRuntime to runtime : Runtime in class com.ea.orbit.actors.runtime.ActorReference | From | To |