979d11ae0e6982c0cdd4100d01435bd5c2ae3919
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type command : RedisStrictCommand<T> to command : RedisCommand<T> in method public sync(command RedisCommand<T>, params Object...) : T in class org.redisson.client.RedisConnection | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type PING : RedisStrictCommand<String> to PING : RedisCommand<String> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type MESSAGES : List<String> to MESSAGES : Set<String> in class org.redisson.client.handler.CommandPubSubDecoder | From | To |