b23b6adc038ababc7b454d589d08fd85e4906132
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Class | 1 | ||
| Move And Rename Class org.redisson.misc.PubSubConnectionPoll moved and renamed to org.redisson.connection.pool.PubSubConnectionPool | From | To | |
| Move Class | 1 | ||
| Move Class org.redisson.misc.MasterConnectionPool moved to org.redisson.connection.pool.MasterConnectionPool | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type entries : ConnectionPool<RedisConnection> to entries : SlaveConnectionPool in class org.redisson.connection.balancer.LoadBalancerManagerImpl | From | To | |
| Change Attribute Type pubSubEntries : PubSubConnectionPoll to pubSubEntries : PubSubConnectionPool in class org.redisson.connection.balancer.LoadBalancerManagerImpl | From | To | |
| Change Attribute Type pubSubConnectionHolder : ConnectionPool<RedisPubSubConnection> to pubSubConnectionHolder : PubSubConnectionPool in class org.redisson.connection.SingleEntry | From | To |