b8394cc8d55883200bb8b6b12db76bdb76c4a225
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public buildWithConfig(className String, expectedSuperType Class<T>, config DriverConfigProfile, source String) : T renamed to public buildFromConfig(config DriverConfigProfile, classNameOption DriverOption, expectedSuperType Class<T>) : T in class com.datastax.oss.driver.internal.core.util.Reflection | From | To | |
| Rename Variable | 1 | ||
| Rename Variable source : String to configPath : String in method public buildFromConfig(config DriverConfigProfile, classNameOption DriverOption, expectedSuperType Class<T>) : T in class com.datastax.oss.driver.internal.core.util.Reflection | From | To | |
| Extract Variable | 1 | ||
| Extract Variable pipeline : ChannelPipeline in method protected initChannel(channel Channel) : void from class com.datastax.oss.driver.internal.core.channel.ChannelFactory.initializer | From | To | |
| Inline Variable | 1 | ||
| Inline Variable defaultConfig : DriverConfigProfile in method protected buildAuthProvider() : AuthProvider from class com.datastax.oss.driver.internal.core.DefaultDriverContext | From | To |