904b5fe274cd79ce95072be079ea36775f9d368f
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public should_delay_close_until_all_pending_complete() : void renamed to public should_delay_graceful_close_until_all_pending_complete() : void in class com.datastax.oss.driver.internal.core.channel.InFlightHandlerTest | From | To | |
Rename Method public should_refuse_new_writes_during_orderly_close() : void renamed to public should_refuse_new_writes_during_graceful_close() : void in class com.datastax.oss.driver.internal.core.channel.InFlightHandlerTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute internalDriverContext : InternalDriverContext to context : InternalDriverContext in class com.datastax.oss.driver.internal.core.channel.ChannelFactory | From | To | |
Rename Attribute internalDriverContext : InternalDriverContext to context : InternalDriverContext in class com.datastax.oss.driver.internal.core.channel.ChannelFactoryTestBase | From | To | |
Extract Variable | 1 | ||
Extract Variable channel : Channel in method private connect(address SocketAddress, keyspace CqlIdentifier, currentVersion ProtocolVersion, isNegotiating boolean, attemptedVersions List<ProtocolVersion>, resultFuture CompletableFuture<DriverChannel>) : void from class com.datastax.oss.driver.internal.core.channel.ChannelFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter internalDriverContext : InternalDriverContext to context : InternalDriverContext in method public ChannelFactory(context InternalDriverContext) in class com.datastax.oss.driver.internal.core.channel.ChannelFactory | From | To |