61eaf11b2aa761207f8763353ce28c1f6041c3db
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private assertTransactionNotClosed() : void renamed to private assertTransactionOpen() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Inline Method | 3 | ||
Inline Method public newNotInitializedTransaction(transactionTracer TransactionTracer) : KernelTransactionImplementation inlined to public newNotInitializedTransaction() : KernelTransactionImplementation in class org.neo4j.kernel.impl.api.KernelTransactionTestBase | From | To | |
Inline Method private closeLocksSilently() : Throwable inlined to private release() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Move Attribute | 1 | ||
Move Attribute private terminationReason : Status from class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionStatus to private terminationReason : Status from class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute lockClosingThrowable : Throwable to terminationReason : Status in method private release() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Change Variable Type | 1 | ||
Change Variable Type lockClosingThrowable : Throwable to terminationReason : Status in method private release() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To |