8926a6b7a3693056329b11518199fc73fbdf4a2c
Files Diff
- Added: 2
- Removed: 16
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type spi : SPI to logVersionToTimestamp : LogVersionToTimestamp in method public PhysicalLogFileInformation(logFiles PhysicalLogFiles, transactionMetadataCache TransactionMetadataCache, transactionIdStore TransactionIdStore, logVersionToTimestamp LogVersionToTimestamp) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder community/kernel/src/main to community/kernel/src/test | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation.SPI renamed to org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation.LogVersionToTimestamp | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.kernel.impl.transaction.log.ParkStrategy moved to org.neo4j.unsafe.impl.batchimport.executor.ParkStrategy | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute spi : PhysicalLogFileInformation.SPI to logVersionToTimestamp : PhysicalLogFileInformation.LogVersionToTimestamp in class org.neo4j.kernel.impl.transaction.PhysicalLogFileInformationTest | From | To | |
| Rename Attribute spi : SPI to logVersionToTimestamp : LogVersionToTimestamp in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type logInformation : PhysicalLogFileInformation.SPI to logInformation : PhysicalLogFileInformation.LogVersionToTimestamp in method private buildTransactionLogs(config Config, logProvider LogProvider, labelScanStore LabelScanStore, fileSystemAbstraction FileSystemAbstraction, neoStore NeoStore, cacheAccess CacheAccessBackDoor, indexingService IndexingService, indexProviders Iterable<IndexImplementation>) : TransactionLogModule in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type spi : PhysicalLogFileInformation.SPI to logVersionToTimestamp : PhysicalLogFileInformation.LogVersionToTimestamp in class org.neo4j.kernel.impl.transaction.PhysicalLogFileInformationTest | From | To | |
| Change Attribute Type spi : SPI to logVersionToTimestamp : LogVersionToTimestamp in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter spi : SPI to logVersionToTimestamp : LogVersionToTimestamp in method public PhysicalLogFileInformation(logFiles PhysicalLogFiles, transactionMetadataCache TransactionMetadataCache, transactionIdStore TransactionIdStore, logVersionToTimestamp LogVersionToTimestamp) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation | From | To | |
| Rename Parameter isFirt : boolean to isFirst : boolean in method package abstract set(rel RelationshipRecord, id long, isFirst boolean) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipConnection | From | To |