d50e99762c6dd75f27ce3c43027b8607d498bca7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public execute(encoder Codec, command RedisCommand<T>, params Object...) : Future<R> from class org.redisson.client.RedisClient to public async(encoder Codec, command RedisCommand<T>, params Object...) : Future<R> from class org.redisson.client.RedisConnection | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ChannelFuture to RedisConnection in method public connect() : RedisConnection in class org.redisson.client.RedisClient | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type res2 : Future<String> to res2 : String in method public main(args String[]) : void in class org.redisson.client.RedisClient | From | To | |
| Change Variable Type res1 : Future<String> to res1 : String in method public main(args String[]) : void in class org.redisson.client.RedisClient | From | To |