62e31964943969e839c04fd046b702d1095c2a9a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private submitCloseTasks(closeRaceSignal CountDownLatch) : List<Future<?>> renamed to private submitTasks(taskSupplier Supplier<Runnable>) : List<Future<?>> in class org.neo4j.kernel.api.impl.index.DatabaseIndexIntegrationTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type closeRaceSignal : CountDownLatch to taskSupplier : Supplier<Runnable> in method private submitTasks(taskSupplier Supplier<Runnable>) : List<Future<?>> in class org.neo4j.kernel.api.impl.index.DatabaseIndexIntegrationTest | From | To | |
Rename Variable | 1 | ||
Rename Variable closeFutures : List<Future<?>> to futures : List<Future<?>> in method private submitTasks(taskSupplier Supplier<Runnable>) : List<Future<?>> in class org.neo4j.kernel.api.impl.index.DatabaseIndexIntegrationTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute closeRaceSignal : CountDownLatch to raceSignal : CountDownLatch in class org.neo4j.kernel.api.impl.index.DatabaseIndexIntegrationTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter closeRaceSignal : CountDownLatch to taskSupplier : Supplier<Runnable> in method private submitTasks(taskSupplier Supplier<Runnable>) : List<Future<?>> in class org.neo4j.kernel.api.impl.index.DatabaseIndexIntegrationTest | From | To |