f005a4769ff77d03fb7e86903c5978a35e9ccb96
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package registerMBeans(hikariPool HikariPool) : void renamed to package handleMBeans(hikariPool HikariPool, register boolean) : void in class com.zaxxer.hikari.pool.PoolBase | From | To | |
| Rename Variable | 1 | ||
| Rename Variable addConnectionQueue : LinkedBlockingQueue<Runnable> to addQueue : LinkedBlockingQueue<Runnable> in method public HikariPool(config HikariConfig) in class com.zaxxer.hikari.pool.HikariPool | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Throwable to Exception in method package getLastConnectionFailure() : Exception in class com.zaxxer.hikari.pool.PoolBase | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute HOUSEKEEPING_PERIOD_MS : long to housekeepingPeriodMs : long in class com.zaxxer.hikari.pool.HikariPool | From | To | |
| Extract Variable | 1 | ||
| Extract Variable ds : DataSource in method private initializeDataSource() : void from class com.zaxxer.hikari.pool.PoolBase | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type lastConnectionFailure : AtomicReference<Throwable> to lastConnectionFailure : AtomicReference<Exception> in class com.zaxxer.hikari.pool.PoolBase | From | To | |
| Extract Method | 3 | ||
| Extract Method private attemptFromContextLoader(driverClassName String) : Class<?> extracted from public setDriverClassName(driverClassName String) : void in class com.zaxxer.hikari.HikariConfig | From | To | |
| Extract Method private checkValidationSupport(connection Connection) : void extracted from private checkDriverSupport(connection Connection) : void in class com.zaxxer.hikari.pool.PoolBase | From | To | |
| Extract Method private checkDefaultIsolation(connection Connection) : void extracted from private checkDriverSupport(connection Connection) : void in class com.zaxxer.hikari.pool.PoolBase | From | To |