6426197e98af8733672861145b39bf621551dcfb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
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 | 1 | ||
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 |