f843275b7f733978d75564ed062ee4699f39488a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private createConnection(checkFreezed boolean, requests AtomicInteger, entry ClientConnectionsEntry, initPromise Promise<Void>, minimumIdleSize int, initializedConnections AtomicInteger) : void extracted from private initConnections(entry ClientConnectionsEntry, initPromise Promise<Void>, checkFreezed boolean) : void in class org.redisson.connection.pool.ConnectionPool | From | To | |
Extract Method private createConnection(entry ClientConnectionsEntry) : Future<T> extracted from private connectTo(entry ClientConnectionsEntry) : Future<T> in class org.redisson.connection.pool.ConnectionPool | From | To |