67a3a84d55317394c8118ee5f6c8a7046ce698db
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getServerListener() : ServerListener renamed to public getConnectionListener() : ConnectionListener in class org.redisson.Config | From | To | |
Rename Method public setServerListener(serverListener ServerListener) : Config renamed to public setConnectionListener(connectionListener ConnectionListener) : Config in class org.redisson.Config | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type connectionListener : ServerListener to connectionListener : ConnectionListener in method public ConnectionEventsHub(connectionListener ConnectionListener) in class org.redisson.connection.ConnectionEventsHub | From | To | |
Change Parameter Type serverListener : ServerListener to connectionListener : ConnectionListener in method public setConnectionListener(connectionListener ConnectionListener) : Config in class org.redisson.Config | From | To | |
Change Return Type | 3 | ||
Change Return Type ServerEventsHub to ConnectionEventsHub in method public getConnectionEventsHub() : ConnectionEventsHub in class org.redisson.connection.ConnectionManager | From | To | |
Change Return Type ServerListener to ConnectionListener in method public getConnectionListener() : ConnectionListener in class org.redisson.Config | From | To | |
Change Return Type ServerEventsHub to ConnectionEventsHub in method public getConnectionEventsHub() : ConnectionEventsHub in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Rename Class | 2 | ||
Rename Class org.redisson.connection.ServerEventsHub renamed to org.redisson.connection.ConnectionEventsHub | From | To | |
Rename Class org.redisson.connection.ServerListener renamed to org.redisson.connection.ConnectionListener | From | To | |
Rename Attribute | 3 | ||
Rename Attribute serverListener : ServerListener to connectionListener : ConnectionListener in class org.redisson.Config | From | To | |
Rename Attribute statusMap : ConcurrentMap<InetSocketAddress,Status> to maps : ConcurrentMap<InetSocketAddress,Status> in class org.redisson.connection.ConnectionEventsHub | From | To | |
Rename Attribute serverListener : ServerListener to connectionListener : ConnectionListener in class org.redisson.connection.ConnectionEventsHub | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type connectionEventsHub : ServerEventsHub to connectionEventsHub : ConnectionEventsHub in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Change Attribute Type serverListener : ServerListener to connectionListener : ConnectionListener in class org.redisson.Config | From | To | |
Change Attribute Type serverListener : ServerListener to connectionListener : ConnectionListener in class org.redisson.connection.ConnectionEventsHub | From | To | |
Rename Parameter | 1 | ||
Rename Parameter serverListener : ServerListener to connectionListener : ConnectionListener in method public setConnectionListener(connectionListener ConnectionListener) : Config in class org.redisson.Config | From | To |