a6fbdf5cb45dbe744902729c3f5f7ad671248df9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public onDisconnect() : void renamed to public fireDisconnected() : void in class org.redisson.client.RedisPubSubConnection | From | To | |
Extract Method | 2 | ||
Extract Method private onConnect(conn RedisConnection) : void extracted from public connect() : RFuture<RedisConnection> in class org.redisson.connection.ClientConnectionsEntry | From | To | |
Extract Method private onConnect(conn RedisConnection) : void extracted from public connectPubSub() : RFuture<RedisPubSubConnection> in class org.redisson.connection.ClientConnectionsEntry | From | To |