0f31c7f5b98a0b8d9748aa1dd962df88876e884b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private calculateTotalDegree(read Read, fromNode long, nodeCursor NodeCursor, direction Direction, relTypes int[], cursors CursorFactory) : int renamed to private calculateTotalDegreeIfDense(read Read, node long, nodeCursor NodeCursor, direction Direction, relTypes int[], cursors CursorFactory) : int in class org.neo4j.cypher.internal.codegen.CompiledExpandUtils | From | To | |
Inline Method | 1 | ||
Inline Method package nodeGetDegree(read Read, node long, nodeCursor NodeCursor, cursors CursorFactory, direction Direction, type int) : int inlined to private calculateTotalDegreeIfDense(read Read, node long, nodeCursor NodeCursor, direction Direction, relTypes int[], cursors CursorFactory) : int in class org.neo4j.cypher.internal.codegen.CompiledExpandUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type db : EmbeddedDatabaseRule to db : DatabaseRule in class org.neo4j.cypher.internal.codegen.CompiledExpandUtilsTest | From | To | |
Inline Variable | 1 | ||
Inline Variable selectionCursor : RelationshipSelectionCursor in method public connectingRelationships(read Read, cursors CursorFactory, nodeCursor NodeCursor, fromNode long, direction Direction, toNode long) : RelationshipSelectionCursor from class org.neo4j.cypher.internal.codegen.CompiledExpandUtils | From | To | |
Extract Method | 1 | ||
Extract Method private calculateTotalDegree(nodeCursor NodeCursor, direction Direction, relTypes int[], cursors CursorFactory) : int extracted from private calculateTotalDegree(read Read, fromNode long, nodeCursor NodeCursor, direction Direction, relTypes int[], cursors CursorFactory) : int in class org.neo4j.cypher.internal.codegen.CompiledExpandUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fromNode : long to node : long in method private calculateTotalDegreeIfDense(read Read, node long, nodeCursor NodeCursor, direction Direction, relTypes int[], cursors CursorFactory) : int in class org.neo4j.cypher.internal.codegen.CompiledExpandUtils | From | To |