77353739bf544313b354be18473f0ebf5448b11d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private release() : void inlined to public close() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Change Return Type | 1 | ||
Change Return Type List<KernelTransaction> to Set<KernelTransaction> in method public activeTransactions() : Set<KernelTransaction> in class org.neo4j.kernel.impl.api.KernelTransactions | From | To | |
Rename Attribute | 1 | ||
Rename Attribute pool : Pool<KernelTransactionImplementation> to kernelTransactions : KernelTransactions in class org.neo4j.kernel.api.KernelTransactionImplementationTest | From | To | |
Extract Variable | 1 | ||
Extract Variable cause : TransactionHookException in method private commit() : void from class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Extract Method | 1 | ||
Extract Method private newTransaction(lastTransactionIdWhenStarted long) : KernelTransactionImplementation extracted from private newTransaction() : KernelTransactionImplementation in class org.neo4j.kernel.api.KernelTransactionImplementationTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type pool : Pool<KernelTransactionImplementation> to kernelTransactions : KernelTransactions in class org.neo4j.kernel.api.KernelTransactionImplementationTest | From | To | |
Change Attribute Type allTransactions : Set<KernelTransactionImplementation> to allTransactions : Set<KernelTransaction> in class org.neo4j.kernel.impl.api.KernelTransactions | From | To |