ef3d8ae2f85a0aebc4a98919f73e855f6109413b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public future(task Callable<T>, factory ThreadFactory) : Future<T> inlined to public future(task Callable<T>) : Future<T> in class org.neo4j.helpers.FutureAdapter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type panic : AtomicReference<Throwable> to panic : Throwable in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter lastSubmissions : boolean to shutdownAfterAllSubmitted : boolean in method public slurp(input Iterator<FROM>, shutdownAfterAllSubmitted boolean) : Future<Void> in class org.neo4j.unsafe.impl.batchimport.staging.TicketedProcessing | From | To |