f6b5054493d1bbb14831ebba38fad3942c408dc9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type committedTx : CommittedTransactionRepresentation to committedTx : RecoverableTransaction in method public visit(committedTx RecoverableTransaction) : boolean in class org.neo4j.kernel.impl.transaction.log.PhysicalLogicalTransactionStoreTest.FakeRecoveryVisitor | From | To | |
Change Parameter Type visitor : CloseableVisitor<CommittedTransactionRepresentation,IOException> to visitor : CloseableVisitor<RecoverableTransaction,IOException> in method public LogFileRecoverer(logEntryReader LogEntryReader<ReadableVersionableLogChannel>, visitor CloseableVisitor<RecoverableTransaction,IOException>) in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer | From | To | |
Change Parameter Type transaction : CommittedTransactionRepresentation to transaction : RecoverableTransaction in method public visit(transaction RecoverableTransaction) : boolean in class org.neo4j.kernel.impl.transaction.state.RecoveryVisitor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute transactionLogPosition : LogPosition to logPositionAfterTransaction : LogPosition in class org.neo4j.kernel.impl.transaction.log.BatchingTransactionAppender.TransactionCommitment | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type visitor : CloseableVisitor<CommittedTransactionRepresentation,IOException> to visitor : CloseableVisitor<RecoverableTransaction,IOException> in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter transactionLogPosition : LogPosition to logPositionAfterTransaction : LogPosition in method package TransactionCommitment(hasLegacyIndexChanges boolean, transactionId long, transactionChecksum long, logPositionAfterTransaction LogPosition, transactionIdStore TransactionIdStore) in class org.neo4j.kernel.impl.transaction.log.BatchingTransactionAppender.TransactionCommitment | From | To |