69e147dbf50fed57e7277e516fcc335b72085ab1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldCallTheConsumerOnClose() : void renamed to public shouldCloseThePageCursorAndCallTheConsumerOnClose() : void in class org.neo4j.kernel.impl.api.store.NodeCursorTest | From | To | |
Extract Variable | 1 | ||
Extract Variable neoStores : NeoStores in method private newCursor(nodeId long) : NodeCursor from class org.neo4j.kernel.impl.api.store.StorageLayerRelTypesAndDegreeTest | From | To | |
Split Attribute | 1 | ||
Split Attribute recordCursor : RecordCursor<NodeRecord> to [pageCursor : PageCursor, nodeStore : NodeStore] in class org.neo4j.kernel.impl.api.store.NodeCursorTest | From | To |