0f7d6239d0163b3f50b7bc3c2b4e74957809513a
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldNotDeliverTransactionsWithoutEnd() : void renamed to public deliverTransactionsWithoutEnd() : void in class org.neo4j.tools.dump.log.TransactionLogEntryCursorTest | From | To | |
| Move Class | 2 | ||
| Move Class org.neo4j.kernel.impl.transaction.log.TransactionLogEntryCursorTest moved to org.neo4j.tools.dump.log.TransactionLogEntryCursorTest | From | To | |
| Move Class org.neo4j.kernel.impl.transaction.log.TransactionLogEntryCursor moved to org.neo4j.tools.dump.log.TransactionLogEntryCursor | From | To | |
| Extract Method | 2 | ||
| Extract Method private getTransactionLogEntryCursor(txEntries List<LogEntry>...) : TransactionLogEntryCursor extracted from public shouldNotDeliverTransactionsWithoutEnd() : void in class org.neo4j.tools.dump.log.TransactionLogEntryCursorTest | From | To | |
| Extract Method private getTransactionLogEntryCursor(txEntries List<LogEntry>...) : TransactionLogEntryCursor extracted from public shouldDeliverIntactTransactions() : void in class org.neo4j.tools.dump.log.TransactionLogEntryCursorTest | From | To |