601e8a4a831927c52d06af266ad0a8f482260943
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type visitor : Visitor<CommittedTransactionRepresentation,IOException> to visitor : CloseableVisitor<CommittedTransactionRepresentation,IOException> in method public LogFileRecoverer(logEntryReader LogEntryReader<ReadableVersionableLogChannel>, visitor CloseableVisitor<CommittedTransactionRepresentation,IOException>) in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer | From | To | |
Extract Interface | 1 | ||
Extract Interface org.neo4j.helpers.collection.CloseableVisitor from classes [org.neo4j.kernel.impl.transaction.state.RecoveryVisitor] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type visitor : Visitor<CommittedTransactionRepresentation,IOException> to visitor : CloseableVisitor<CommittedTransactionRepresentation,IOException> in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer | From | To |