557c2e6e3145a8f0a113a9292c511696bdbd3c56
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setSize(size long) : void renamed to public setSizeOnce(size long) : void in class org.redisson.client.handler.State | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Map<String,String>> to List<Map<Object,Object>> in method public decode(parts List<Object>, state State) : List<Map<Object,Object>> in class org.redisson.client.protocol.decoder.ListResultReplayDecoder | From | To | |
Rename Class | 1 | ||
Rename Class org.redisson.client.protocol.decoder.StringMapReplayDecoder renamed to org.redisson.client.protocol.decoder.ListResultReplayDecoder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type SENTINEL_SLAVES : RedisStrictCommand<List<Map<String,String>>> to SENTINEL_SLAVES : RedisCommand<List<Map<String,String>>> in class org.redisson.client.protocol.RedisCommands | From | To |