6f8996d93c417f6b6ad5247af1fe12524e5f3efe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getRecoveryVisitor() : Visitor<CommittedTransactionRepresentation,Exception> renamed to public startRecovery() : Visitor<CommittedTransactionRepresentation,Exception> in class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To | |
Rename Method public getRecoveryVisitor() : Visitor<CommittedTransactionRepresentation,Exception> renamed to public startRecovery() : Visitor<CommittedTransactionRepresentation,Exception> in class org.neo4j.kernel.recovery.Recovery.SPI | From | To | |
Move Method | 2 | ||
Move Method public visit(transaction CommittedTransactionRepresentation) : boolean from class org.neo4j.kernel.recovery.DefaultRecoverySPI to public visit(transaction CommittedTransactionRepresentation) : boolean from class org.neo4j.kernel.recovery.DefaultRecoverySPI.RecoveryVisitor | From | To | |
Move Method private prepareIndexUpdates(txRepresentation TransactionRepresentation) : ValidatedIndexUpdates from class org.neo4j.kernel.recovery.DefaultRecoverySPI to private prepareIndexUpdates(txRepresentation TransactionRepresentation) : ValidatedIndexUpdates from class org.neo4j.kernel.recovery.DefaultRecoverySPI.RecoveryVisitor | From | To | |
Move Attribute | 1 | ||
Move Attribute private storeApplier : TransactionRepresentationStoreApplier from class org.neo4j.kernel.recovery.DefaultRecoverySPI to private storeApplier : TransactionRepresentationStoreApplier from class org.neo4j.kernel.recovery.DefaultRecoverySPI.RecoveryVisitor | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.kernel.recovery.DefaultRecoverySPI.RecoveryVisitor from class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To |