59bae7025d67f39ed4c4f710b650b1a347ae1ba9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 2 | ||
Parameterize Variable nextDelay : long to delay : long in method private scheduleSpeculativeExecution(index int, delay long) : void in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase.NodeResponseCallback | From | To | |
Parameterize Variable nextExecution : int to index : int in method private scheduleSpeculativeExecution(index int, delay long) : void in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase.NodeResponseCallback | From | To | |
Extract Method | 1 | ||
Extract Method private scheduleSpeculativeExecution(index int, delay long) : void extracted from public operationComplete(future Future<java.lang.Void>) : void in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase.NodeResponseCallback | From | To |