1b343ded19e4f51f45eb6367be7fd07fdaeaf5e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type cursor : RecordCursor<DynamicRecord> to cursor : PageCursor in method private readFromStore(store CommonAbstractStore<DynamicRecord,?>, cursor PageCursor) : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Rename Variable | 1 | ||
Rename Variable startBlockId : long to blockId : long in method private readFromStore(store CommonAbstractStore<DynamicRecord,?>, cursor PageCursor) : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute dynamicRecord : DynamicRecord to record : DynamicRecord in method private readFromStore(store CommonAbstractStore<DynamicRecord,?>, cursor PageCursor) : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute arrayRecordCursor : RecordCursor<DynamicRecord> to arrayCursor : PageCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Rename Attribute stringRecordCursor : RecordCursor<DynamicRecord> to stringCursor : PageCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type stringRecordCursor : RecordCursor<DynamicRecord> to stringCursor : PageCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Change Attribute Type arrayRecordCursor : RecordCursor<DynamicRecord> to arrayCursor : PageCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To |