c2523133d4552fadf81e5acacef1e38c06a90f30
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private closeConnection(poolEntry PoolEntry, closureReason String) : void extracted from public getConnection(hardTimeout long) : Connection in class com.zaxxer.hikari.pool.HikariPool | From | To | |
Extract Method private closeConnection(poolEntry PoolEntry, closureReason String) : void extracted from private softEvictConnection(poolEntry PoolEntry, reason String, owner boolean) : void in class com.zaxxer.hikari.pool.HikariPool | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method private closeConnection(poolEntry PoolEntry, closureReason String) : void extracted from public run() : void in class com.zaxxer.hikari.pool.HikariPool.HouseKeeper & moved to class com.zaxxer.hikari.pool.HikariPool | From | To | |
Rename Parameter | 2 | ||
Rename Parameter recoverable : boolean to callClose : boolean in method package closeConnection(poolEntry PoolEntry, closureReason String, callClose boolean) : void in class com.zaxxer.hikari.pool.HikariPool | From | To | |
Rename Parameter reason : String to closureReason : String in method private closeConnection(poolEntry PoolEntry, closureReason String) : void in class com.zaxxer.hikari.pool.HikariPool | From | To |