4caa8f48294588a5fd3941c2192eb5d4a5ee1785
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type tcpBacklog : int to tcpBacklog : long in method public tcpBacklog(tcpBacklog long) : RedisRunner in class org.redisson.RedisRunner | From | To | |
| Change Parameter Type option : OPTIONS to option : REDIS_OPTIONS in method private addConfigOption(option REDIS_OPTIONS, args String...) : void in class org.redisson.RedisRunner | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Process to RedisProcess in method public runRedisWithConfigFile(configPath String) : RedisProcess in class org.redisson.RedisRunner | From | To | |
| Change Return Type Process to RedisProcess in method public run() : RedisProcess in class org.redisson.RedisRunner | From | To | |
| Rename Class | 1 | ||
| Rename Class org.redisson.RedisRunner.OPTIONS renamed to org.redisson.RedisRunner.REDIS_OPTIONS | From | To | |
| Extract Method | 2 | ||
| Extract Method private runWithOptions(options String...) : RedisProcess extracted from public run() : Process in class org.redisson.RedisRunner | From | To | |
| Extract Method private runWithOptions(options String...) : RedisProcess extracted from public runRedisWithConfigFile(configPath String) : Process in class org.redisson.RedisRunner | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type options : LinkedHashMap<OPTIONS,String> to options : LinkedHashMap<REDIS_OPTIONS,String> in class org.redisson.RedisRunner | From | To |