65256e8b2f7b43d37d0908573cfcdbf2f0382745
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable isUnderlyingConectionClosed : boolean to isUnderlyingConnectionClosed : boolean in method public close() : void in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable config : GenericObjectPoolConfig to poolConfig : GenericObjectPoolConfig in method protected createObjectPool(factory PoolableConnectionFactory, poolConfig GenericObjectPoolConfig, abandonedConfig AbandonedConfig) : GenericObjectPool<PoolableConnection> in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource | From | To | |
| Extract Method | 1 | ||
| Extract Method protected createObjectPool(factory PoolableConnectionFactory, poolConfig GenericObjectPoolConfig, abandonedConfig AbandonedConfig) : GenericObjectPool<PoolableConnection> extracted from protected createConnectionPool(factory PoolableConnectionFactory) : void in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource | From | To |