4d46a1c9976a5116eca2843b208765023111b3b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public impossibleToRetrieveUnusedRelationship() : void renamed to public retrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest | From | To | |
Rename Method public impossibleToRetrieveUnusedRelationship() : void renamed to public retrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest | From | To | |
Rename Method private createRelationshipRecrod(relationshipStore RelationshipStore, used boolean) : void renamed to private createRelationshipRecord(relationshipStore RelationshipStore, used boolean) : void in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest | From | To | |
Extract Method | 3 | ||
Extract Method private getRelationshipStore(relationshipRecord RelationshipRecord, recordCursor RecordCursor) : RelationshipStore extracted from public impossibleToRetrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest | From | To | |
Extract Method private newRecordCursorsWithMockedNeoStores(relationshipStore RelationshipStore) : RecordCursors extracted from private createRelationshipCursor(relationshipRecord RelationshipRecord, relationshipStore RelationshipStore) : StoreIteratorRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest | From | To | |
Extract Method private getRelationshipStore(relationshipRecord RelationshipRecord, recordCursor RecordCursor) : RelationshipStore extracted from public retrieveUsedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest | From | To |