a3236487b83fcfb16daad310a35d8418d0ce5c02
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 40
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private session() : Session renamed to private transaction() : Transaction in class org.neo4j.cypher.internal.codegen.CompiledExpandUtilsTest | From | To | |
Rename Method public newTransaction(type Transaction.Type, loginContext LoginContext, timeout long) : KernelTransaction renamed to public beginTransaction(type Transaction.Type, loginContext LoginContext, timeout long) : KernelTransaction in class org.neo4j.kernel.impl.api.KernelImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type Session to Transaction in method private transaction() : Transaction in class org.neo4j.cypher.internal.codegen.CompiledExpandUtilsTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private isRunning : boolean from class org.neo4j.kernel.impl.newapi.NewKernel to private isRunning : boolean from class org.neo4j.kernel.impl.api.KernelImpl | From | To |