85f8574e9f5d1c47ab9df808a75c11f71bdc2d02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isSameTransaction(tx KernelTransaction) : boolean renamed to public isUnderlyingTransaction(tx KernelTransaction) : boolean in class org.neo4j.kernel.api.KernelTransactionHandle | From | To | |
Rename Method public isSameTransaction(tx KernelTransaction) : boolean renamed to public isUnderlyingTransaction(tx KernelTransaction) : boolean in class org.neo4j.kernel.impl.api.KernelTransactionImplementationHandle | From | To | |
Rename Variable | 1 | ||
Rename Variable killCount : Long to terminatedCount : long in method private terminateTransactionsForValidUser(username String) : Stream<TransactionTerminationResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Change Return Type | 5 | ||
Change Return Type void to boolean in method public markForTermination(reason Status) : boolean in class org.neo4j.kernel.api.KernelTransactionHandle | From | To | |
Change Return Type void to boolean in method public markForTermination(reason Status) : boolean in class org.neo4j.kernel.impl.api.TestKernelTransactionHandle | From | To | |
Change Return Type void to boolean in method private markForTerminationIfPossible(reason Status) : boolean in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Change Return Type void to boolean in method public markForTermination(reason Status) : boolean in class org.neo4j.kernel.impl.api.KernelTransactionImplementationHandle | From | To | |
Change Return Type void to boolean in method package markForTermination(expectedReuseCount long, reason Status) : boolean in class org.neo4j.kernel.impl.api.KernelTransactionImplementation | From | To | |
Change Variable Type | 1 | ||
Change Variable Type killCount : Long to terminatedCount : long in method private terminateTransactionsForValidUser(username String) : Stream<TransactionTerminationResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To |