1202953713c917e726f550cb4f991470e004c7aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable txIdStore : TransactionIdStore to transactionIdStore : TransactionIdStore in method private verifyTransaction(transactionIdStore TransactionIdStore, positionCache TransactionMetadataCache, additionalHeader byte[], masterId int, authorId int, timeStarted long, latestCommittedTxWhenStarted long, timeCommitted long, store LogicalTransactionStore) : void in class org.neo4j.kernel.impl.transaction.log.PhysicalLogicalTransactionStoreTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private verifyTransaction(transactionIdStore TransactionIdStore, positionCache TransactionMetadataCache, additionalHeader byte[], masterId int, authorId int, timeStarted long, latestCommittedTxWhenStarted long, timeCommitted long, store LogicalTransactionStore) : void extracted from public shouldExtractMetadataFromExistingTransaction() : void in class org.neo4j.kernel.impl.transaction.log.PhysicalLogicalTransactionStoreTest | From | To |