5970948636942495dd0e4493e6715d94492dcff8
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type tx : KernelTransactionImplementation to tx : KernelTransactionHandle in method package Tx(tx KernelTransactionHandle) in class org.neo4j.kernel.impl.api.KernelTransactionsSnapshot.Tx | From | To | |
Change Parameter Type allTransactions : Set<KernelTransactionImplementation> to allTransactions : Set<KernelTransactionHandle> in method public KernelTransactionsSnapshot(allTransactions Set<KernelTransactionHandle>, snapshotTime long) in class org.neo4j.kernel.impl.api.KernelTransactionsSnapshot | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<KernelTransaction> to Set<KernelTransactionHandle> in method public activeTransactions() : Set<KernelTransactionHandle> in class org.neo4j.kernel.impl.api.KernelTransactions | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tx : KernelTransaction to tx : KernelTransactionHandle in method private markUnsafeTransactionsForTermination(first TransactionToApply, last TransactionToApply) : void in class org.neo4j.com.storecopy.TransactionBatchCommitter | From | To | |
Change Variable Type tx : KernelTransactionImplementation to tx : KernelTransactionHandle in method public KernelTransactionsSnapshot(allTransactions Set<KernelTransactionHandle>, snapshotTime long) in class org.neo4j.kernel.impl.api.KernelTransactionsSnapshot | From | To | |
Extract Method | 4 | ||
Extract Method private newTestKernelTransactions() : KernelTransactions extracted from public shouldListActiveTransactions() : void in class org.neo4j.kernel.impl.api.KernelTransactionsTest | From | To | |
Extract Method private newTestKernelTransactions() : KernelTransactions extracted from public transactionCloseRemovesTxFromActiveTransactions() : void in class org.neo4j.kernel.impl.api.KernelTransactionsTest | From | To | |
Extract Method private newKernelTransactions(locks Locks, storageEngine StorageEngine, commitProcess TransactionCommitProcess, testKernelTransactions boolean) : KernelTransactions extracted from private newKernelTransactions(commitProcess TransactionCommitProcess, firstStoreStatements StorageStatement, otherStorageStatements StorageStatement...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest | From | To | |
Extract Method private newKernelTransactions(testKernelTransactions boolean, commitProcess TransactionCommitProcess, firstStoreStatements StorageStatement, otherStorageStatements StorageStatement...) : KernelTransactions extracted from private newKernelTransactions(commitProcess TransactionCommitProcess, firstStoreStatements StorageStatement, otherStorageStatements StorageStatement...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transaction : KernelTransactionImplementation to transaction : KernelTransactionHandle in class org.neo4j.kernel.impl.api.KernelTransactionsSnapshot.Tx | From | To |