5006723b31f707cf225af7a5f4a88a6877d8e08b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type Future<Boolean> to Future<Void> in method public renameAsync(newName String) : Future<Void> in class org.redisson.RedissonObject | From | To | |
Change Return Type boolean to void in method public rename(newName String) : void in class org.redisson.core.RObject | From | To | |
Change Return Type boolean to void in method public rename(newName String) : void in class org.redisson.RedissonObject | From | To | |
Change Return Type Future<Boolean> to Future<Void> in method public renameAsync(newName String) : Future<Void> in class org.redisson.core.RObjectAsync | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type MULTI : RedisStrictCommand<Boolean> to MULTI : RedisStrictCommand<Void> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type WATCH : RedisStrictCommand<Boolean> to WATCH : RedisStrictCommand<Void> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type UNWATCH : RedisStrictCommand<Boolean> to UNWATCH : RedisStrictCommand<Void> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type RENAME : RedisStrictCommand<Boolean> to RENAME : RedisStrictCommand<Void> in class org.redisson.client.protocol.RedisCommands | From | To |