fc4caacc88c7d3e19046678b71e7c8f9d6e9e700
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method package assertFoundNodes(node NodeIndexCursor, nodes int, uniqueIds PrimitiveLongSet) : void from class org.neo4j.internal.kernel.api.ExplicitIndexCursorTestBase to package assertNodeCount(node NodeIndexCursor, expectedCount int, uniqueIds PrimitiveLongSet) : void from class org.neo4j.internal.kernel.api.IndexReadAsserts | From | To | |
Move Method | 1 | ||
Move Method package assertFoundRelationships(edge RelationshipIndexCursor, edges int, uniqueIds PrimitiveLongSet) : void from class org.neo4j.internal.kernel.api.ExplicitIndexCursorTestBase to package assertFoundRelationships(edge RelationshipIndexCursor, edges int, uniqueIds PrimitiveLongSet) : void from class org.neo4j.internal.kernel.api.IndexReadAsserts | From | To | |
Extract Method | 7 | ||
Extract Method private nodeWithProp(graphDb GraphDatabaseService, value Object) : long extracted from package createTestGraph(graphDb GraphDatabaseService) : void in class org.neo4j.internal.kernel.api.NodeValueIndexCursorTestBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nodes : int to expectedCount : int in method package assertNodeCount(node NodeIndexCursor, expectedCount int, uniqueIds PrimitiveLongSet) : void in class org.neo4j.internal.kernel.api.IndexReadAsserts | From | To |