a50a2f0154015b5cc1ab20365488195233c0a6bf
Files Diff
- Added: 7
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type value : Object to value : V in method public PubSubMessage(channel String, value V) in class org.redisson.client.protocol.pubsub.PubSubMessage | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to String in method public decode(buf ByteBuf) : String in class org.redisson.client.protocol.decoder.StringObjectDecoder | From | To | |
Change Return Type Object to V in method public getValue() : V in class org.redisson.client.protocol.pubsub.PubSubMessage | From | To | |
Rename Class | 1 | ||
Rename Class org.redisson.client.protocol.decoder.StringListObjectReplayDecoder renamed to org.redisson.client.protocol.decoder.StringObjectDecoder | From | To | |
Extract Variable | 1 | ||
Extract Variable multiDecoder : MultiDecoder<Object> in method private decoder(data RedisData<Object,Object>, parts List<Object>, currentDecoder Decoder<Object>) : Decoder<Object> from class org.redisson.client.handler.RedisDecoder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type value : Object to value : V in class org.redisson.client.protocol.pubsub.PubSubMessage | From | To |