c258c32de45972252e79985eede1ed2f25664665
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public or(thresholds CheckPointThreshold...) : CheckPointThreshold from class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointThresholds to public or(thresholds CheckPointThreshold...) : CheckPointThreshold from class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointThreshold | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private description : String from class org.neo4j.kernel.impl.transaction.log.checkpoint.AbstractCheckPointThresholdTest.TheAbstractCheckPointThreshold to private description : String from class org.neo4j.kernel.impl.transaction.log.checkpoint.AbstractCheckPointThreshold | From | To | |
| Inline Variable | 1 | ||
| Inline Variable result : boolean in method public isCheckPointingNeeded(lastCommittedTransactionId long, consumer Consumer<String>) : boolean from class org.neo4j.kernel.impl.transaction.log.checkpoint.AbstractCheckPointThreshold | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public createThreshold(config Config, clock Clock) : CheckPointThreshold extracted from private buildTransactionLogs(storeDir File, config Config, logProvider LogProvider, scheduler JobScheduler, fileSystemAbstraction FileSystemAbstraction, storageEngine StorageEngine, logEntryReader LogEntryReader<ReadableClosablePositionAwareChannel>, legacyIndexTransactionOrdering SynchronizedArrayIdOrderingQueue, transactionIdStore TransactionIdStore, logVersionRepository LogVersionRepository) : NeoStoreTransactionLogModule in class org.neo4j.kernel.NeoStoreDataSource & moved to class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointThreshold | From | To |