88a91ff5cc9c35f6508194e694498eeb4d805e33
Files Diff
- Added: 12
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private completeChannelInit() : void from class com.datastax.oss.driver.internal.core.channel.ChannelFactoryEventsTest to protected completeSimpleChannelInit() : void from class com.datastax.oss.driver.internal.core.channel.ChannelFactoryTestBase | From | To | |
Extract Variable | 2 | ||
Extract Variable setKeyspaceException : Throwable in method package fail(message String, cause Throwable) : void from class com.datastax.oss.driver.internal.core.channel.InFlightHandler.SetKeyspaceRequest | From | To | |
Extract Variable finalException : Throwable in method package fail(message String, cause Throwable) : void from class com.datastax.oss.driver.internal.core.channel.ProtocolInitHandler.InitRequest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ioEventLoopGroup : NioEventLoopGroup to ioEventLoopGroup : EventLoopGroup in class com.datastax.oss.driver.internal.core.context.DefaultNettyOptions | From | To | |
Extract Method | 1 | ||
Extract Method private abortAllInFlight(cause Throwable, ignore ResponseCallback) : void extracted from private abortAllInFlight(cause Throwable) : void in class com.datastax.oss.driver.internal.core.channel.InFlightHandler | From | To |