75a5514cecbe9dc419ce9915dcc59b8d6b6bb7eb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type nodes : Iterable<NodeRecord> to nodes : ResourceIterable<NodeRecord> in method public CacheNextRel(stage Stage, cacheAccess CacheAccess, nodes ResourceIterable<NodeRecord>) in class org.neo4j.consistency.checking.cache.CacheTask.CacheNextRel | From | To | |
| Rename Variable | 2 | ||
| Rename Variable recordStore : RecordStore<NodeRecord> to nodeStore : RecordStore<NodeRecord> in method public shouldProcessAllTheRecordsInAStore() : void in class org.neo4j.consistency.checking.full.StoreProcessorTest | From | To | |
| Rename Variable recordStore : RecordStore<NodeRecord> to nodeStore : RecordStore<NodeRecord> in method public shouldStopProcessingRecordsWhenSignalledToStop() : void in class org.neo4j.consistency.checking.full.StoreProcessorTest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Iterable<R> to ResourceIterable<R> in method public scan(store RecordStore<R>, forward boolean, filters Predicate<? super R>...) : ResourceIterable<R> in class org.neo4j.kernel.impl.store.RecordStore.Scanner | From | To | |
| Change Return Type Iterable<R> to ResourceIterable<R> in method public scan(store RecordStore<R>, filters Predicate<? super R>...) : ResourceIterable<R> in class org.neo4j.kernel.impl.store.RecordStore.Scanner | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable iterator : Iterator<RECORD> to records : Iterator<RECORD> in method public distributeRecords(numberOfThreads int, workerNames String, queueSize int, records Iterator<RECORD>, progress ProgressListener, processor RecordProcessor<RECORD>, idDistributor QueueDistributor<RECORD>) : void in class org.neo4j.consistency.checking.full.RecordDistributor | From | To | |
| Extract Variable | 2 | ||
| Extract Variable reporter : ConsistencyReport.Reporter in method public shouldProcessAllTheRecordsInAStore() : void from class org.neo4j.consistency.checking.full.StoreProcessorTest | From | To | |
| Extract Variable reporter : ConsistencyReport.Reporter in method public shouldStopProcessingRecordsWhenSignalledToStop() : void from class org.neo4j.consistency.checking.full.StoreProcessorTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type nodes : Iterable<NodeRecord> to nodes : ResourceIterable<NodeRecord> in class org.neo4j.consistency.checking.cache.CacheTask.CacheNextRel | From | To |