026e2794b568b42a422ab64935e6bab3cf9ef8c5
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private generateCacheManagerKey(actorReference ActorReference<?>, params Object[]) : String renamed to private generateParameterHash(params Object[]) : String in class com.ea.orbit.actors.runtime.Execution | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type key : String to key : Pair<Addressable,String> in method public put(method Method, key Pair<Addressable,String>, value Task<?>) : void in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To | |
Change Parameter Type key : String to key : Pair<Addressable,String> in method public get(method Method, key Pair<Addressable,String>) : Task<?> in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To | |
Change Return Type | 1 | ||
Change Return Type Cache<String,Task> to Cache<Pair<Addressable,String>,Task> in method private getCache(method Method) : Cache<Pair<Addressable,String>,Task> in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To | |
Change Variable Type | 3 | ||
Change Variable Type cache : Cache<String,Task> to cache : Cache<Pair<Addressable,String>,Task> in method private getCache(method Method) : Cache<Pair<Addressable,String>,Task> in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To | |
Change Variable Type cache : Cache<String,Task> to cache : Cache<Pair<Addressable,String>,Task> in method public get(method Method, key Pair<Addressable,String>) : Task<?> in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To | |
Change Variable Type cache : Cache<String,Task> to cache : Cache<Pair<Addressable,String>,Task> in method public put(method Method, key Pair<Addressable,String>, value Task<?>) : void in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type masterCache : Cache<String,Cache<String,Task>> to masterCache : Cache<Method,Cache<Pair<Addressable,String>,Task>> in class com.ea.orbit.actors.runtime.ExecutionCacheManager | From | To |