b339d4b783371b39e9cdc6086011bba816a273a7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldDoInitialProcessingInOrder() : void renamed to public shouldDoProcessingInitializationInOrder() : void in class org.neo4j.consistency.checking.full.RecordCheckWorkerTest | From | To | |
| Pull Up Method | 3 | ||
| Pull Up Method public close() : void from class org.neo4j.consistency.checking.labelscan.LabelScanDocumentProcessor to public close() : void from class org.neo4j.consistency.checking.full.RecordProcessor.Adapter | From | To | |
| Pull Up Method public close() : void from class org.neo4j.consistency.checking.index.IndexEntryProcessor to public close() : void from class org.neo4j.consistency.checking.full.RecordProcessor.Adapter | From | To | |
| Pull Up Method public close() : void from class org.neo4j.consistency.checking.full.PropertyAndNode2LabelIndexProcessor to public close() : void from class org.neo4j.consistency.checking.full.RecordProcessor.Adapter | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type completion : Completion to callBefore : Runnable in method public execute(tasks List<ConsistencyCheckerTask>, callBefore Runnable) : void in class org.neo4j.consistency.checking.full.TaskExecutor | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private processor : RecordProcessor<RECORD> from class org.neo4j.consistency.checking.full.RecordDistributor.Worker to private processor : RecordProcessor<RECORD> from class org.neo4j.consistency.checking.full.RecordCheckWorker | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.consistency.checking.full.RecordProcessor.Adapter from classes [org.neo4j.consistency.checking.full.NodeToLabelScanRecordProcessor, org.neo4j.consistency.checking.full.PropertyAndNode2LabelIndexProcessor, org.neo4j.consistency.checking.index.IndexEntryProcessor, org.neo4j.consistency.checking.labelscan.LabelScanDocumentProcessor] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute started : boolean to used : boolean in class org.neo4j.consistency.checking.full.CountsBuilderDecorator.MultiPassAvoidanceCondition | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type worker : Worker<RECORD> to worker : RecordCheckWorker<RECORD> in method public distributeRecords(numberOfThreads int, workerNames String, queueSize int, records Iterable<RECORD>, progress ProgressListener, processor RecordProcessor<RECORD>, idDistributor QueueDistributor<RECORD>) : void in class org.neo4j.consistency.checking.full.RecordDistributor | From | To | |
| Change Variable Type workers : Workers<Worker<RECORD>> to workers : Workers<RecordCheckWorker<RECORD>> in method public distributeRecords(numberOfThreads int, workerNames String, queueSize int, records Iterable<RECORD>, progress ProgressListener, processor RecordProcessor<RECORD>, idDistributor QueueDistributor<RECORD>) : void in class org.neo4j.consistency.checking.full.RecordDistributor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type nodeCountBuildCondition : Predicate<NodeRecord> to nodeCountBuildCondition : MultiPassAvoidanceCondition<NodeRecord> in class org.neo4j.consistency.checking.full.CountsBuilderDecorator | From | To | |
| Change Attribute Type relationshipCountBuildCondition : Predicate<RelationshipRecord> to relationshipCountBuildCondition : MultiPassAvoidanceCondition<RelationshipRecord> in class org.neo4j.consistency.checking.full.CountsBuilderDecorator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter completion : Completion to callBefore : Runnable in method public execute(tasks List<ConsistencyCheckerTask>, callBefore Runnable) : void in class org.neo4j.consistency.checking.full.TaskExecutor | From | To |