2ae2aa8cbfade41580e39bcbd3c5081f28c39841
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getCache(method Method) : Cache<Pair<Addressable,String>,Task> renamed to private getMethodCache(method Method) : Cache<Addressable,Cache<String,Task>> in class cloud.orbit.actors.runtime.DefaultResponseCachingExtension | From | To | |
| Rename Variable | 1 | ||
| Rename Variable cache : Cache<Pair<Addressable,String>,Task> to methodCache : Cache<Addressable,Cache<String,Task>> in method public get(method Method, key Pair<Addressable,String>) : Task<?> in class cloud.orbit.actors.runtime.DefaultResponseCachingExtension | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Cache<Pair<Addressable,String>,Task> to Cache<Addressable,Cache<String,Task>> in method private getIfPresent(method Method) : Cache<Addressable,Cache<String,Task>> in class cloud.orbit.actors.runtime.DefaultResponseCachingExtension | From | To | |
| Change Return Type Cache<Pair<Addressable,String>,Task> to Cache<Addressable,Cache<String,Task>> in method private getMethodCache(method Method) : Cache<Addressable,Cache<String,Task>> in class cloud.orbit.actors.runtime.DefaultResponseCachingExtension | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cache : Cache<Pair<Addressable,String>,Task> to methodCache : Cache<Addressable,Cache<String,Task>> in method public get(method Method, key Pair<Addressable,String>) : Task<?> in class cloud.orbit.actors.runtime.DefaultResponseCachingExtension | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type masterCache : Cache<Method,Cache<Pair<Addressable,String>,Task>> to masterCache : Cache<Method,Cache<Addressable,Cache<String,Task>>> in class cloud.orbit.actors.runtime.DefaultResponseCachingExtension | From | To |