f0bc58279d720b81f645216091f144c3db1fa885
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getTotal() : int renamed to public getMaxTotal() : int in class com.zaxxer.hikari.pool.ConnectionPoolSizeVsThreadsTest.Counts | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable iterationCount : int to iterations : int in method private testPoolSize(minIdle int, maxPoolSize int, threadCount int, workTime int, restTime int, connectionAcquisitionTime int, iterations int, postTestTime int) : Counts in class com.zaxxer.hikari.pool.ConnectionPoolSizeVsThreadsTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public updateMaxCounts(pool HikariPool) : void extracted from private testPoolSize(minIdle int, maxPoolSize int, threadCount int, workTime int, restTime int, connectionAcquisitionTime int) : Counts in class com.zaxxer.hikari.pool.ConnectionPoolSizeVsThreadsTest & moved to class com.zaxxer.hikari.pool.ConnectionPoolSizeVsThreadsTest.Counts | From | To |