9ebfebec1523334aa46dc92f5dcb067580bafc04
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public shutdown(flags int) : void renamed to public close() : void in class org.neo4j.unsafe.impl.batchimport.executor.TaskExecutor | From | To | |
Rename Method public shutdown(flags int) : void renamed to public close() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor | From | To | |
Rename Method public isShutdown() : boolean renamed to public isClosed() : boolean in class org.neo4j.unsafe.impl.batchimport.executor.TaskExecutor | From | To | |
Rename Method public isShutdown() : boolean renamed to public isClosed() : boolean in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute panicCause : Throwable to panic : Throwable in class org.neo4j.unsafe.impl.batchimport.staging.StageExecution | From | To | |
Extract Interface | 1 | ||
Extract Interface org.neo4j.unsafe.impl.batchimport.staging.Panicable from classes [org.neo4j.unsafe.impl.batchimport.staging.Step] | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public receivePanic(cause Throwable) : void extracted from public run() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor.Processor & moved to class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter shutdownAfterAllSubmitted : boolean to closeAfterAllSubmitted : boolean in method public slurp(input Iterator<FROM>, closeAfterAllSubmitted boolean) : Future<Void> in class org.neo4j.unsafe.impl.batchimport.staging.TicketedProcessing | From | To |