147642baa1a7641530851df917166853a7006462
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type config : GenericObjectPoolConfig to config : GenericObjectPoolConfig<PoolableConnection> in method private updateJmxName(config GenericObjectPoolConfig<PoolableConnection>) : void in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource | From | To | |
Change Parameter Type poolConfig : GenericObjectPoolConfig to poolConfig : GenericObjectPoolConfig<PoolableConnection> in method protected createObjectPool(factory PoolableConnectionFactory, poolConfig GenericObjectPoolConfig<PoolableConnection>, abandonedConfig AbandonedConfig) : GenericObjectPool<PoolableConnection> in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource | From | To |