fbef3f53364a754cced9e313c0087aecd6ba0e0c
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldHaveTaskQueueSizeEqualToNumberOfProcessorsIfSpecificallySet() : void renamed to public shouldHaveTaskQueueSizeEqualToMaxNumberOfProcessors() : void in class org.neo4j.unsafe.impl.batchimport.staging.ProcessorStepTest | From | To | |
| Pull Up Method | 4 | ||
| Pull Up Method public stat(key Key) : Stat from class org.neo4j.unsafe.impl.batchimport.staging.IoProducerStep to public stat(key Key) : Stat from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep | From | To | |
| Pull Up Method public keys() : Key[] from class org.neo4j.unsafe.impl.batchimport.staging.IoProducerStep to public keys() : Key[] from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep | From | To | |
| Pull Up Method protected collectStatsProviders(into Collection<StatsProvider>) : void from class org.neo4j.unsafe.impl.batchimport.staging.IoProducerStep to protected collectStatsProviders(into Collection<StatsProvider>) : void from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep | From | To | |
| Pull Up Method public IoProducerStep(control StageControl, config Configuration) from class org.neo4j.unsafe.impl.batchimport.staging.IoProducerStep to public ProducerStep(control StageControl, config Configuration) from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep | From | To | |
| Push Down Method | 3 | ||
| Push Down Method protected abstract nextBatchOrNull(ticket long, batchSize int) : Object from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep to protected abstract nextBatchOrNull(ticket long, batchSize int) : Object from class org.neo4j.unsafe.impl.batchimport.staging.PullingProducerStep | From | To | |
| Push Down Method public ProducerStep(control StageControl, name String, config Configuration) from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep to public PullingProducerStep(control StageControl, config Configuration) from class org.neo4j.unsafe.impl.batchimport.staging.PullingProducerStep | From | To | |
| Push Down Method protected process() : void from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep to protected process() : void from class org.neo4j.unsafe.impl.batchimport.staging.PullingProducerStep | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.neo4j.unsafe.impl.batchimport.staging.PullingProducerStep from class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep | From | To | |
| Rename Variable | 2 | ||
| Rename Variable startTime1 : long to startTime : long in method public receive(ticket long, batch T) : long in class org.neo4j.unsafe.impl.batchimport.staging.ProcessorStep | From | To | |
| Rename Variable thirdSubmit : Future<Void> to fifthSubmit : Future<Void> in method public shouldNotBeAbleToSubmitTooFarAhead() : void in class org.neo4j.unsafe.impl.batchimport.staging.TicketedProcessingTest | From | To | |
| Inline Method | 2 | ||
| Inline Method private theoreticalMaxProcessors() : int inlined to public start(orderingGuarantees int) : void in class org.neo4j.unsafe.impl.batchimport.staging.ProcessorStep | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.unsafe.impl.batchimport.staging.PullingProducerStep from classes [org.neo4j.unsafe.impl.batchimport.ReadGroupsFromCacheStep, org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep, org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep] | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected sendDownstream(batch Object) : void extracted from private send() : void in class org.neo4j.unsafe.impl.batchimport.ReadGroupRecordsByCacheStep.NodeVisitor & moved to class org.neo4j.unsafe.impl.batchimport.staging.ProducerStep | From | To |