6df7198413caab26c6b19362c6b436c20b2a4204
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type GenericCursor<DynamicRecord> to DynamicRecordCursor in method public getRecordsCursor(startBlockId long, readBothHeaderAndData boolean) : DynamicRecordCursor in class org.neo4j.kernel.impl.store.AbstractDynamicStore | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private propertyRecordCursor : PropertyRecordCursor from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private propertyRecordCursor : PropertyRecordCursor from class org.neo4j.kernel.impl.api.store.LegacyStorePropertyCursor | From | To | |
| Move Attribute private propertyBlockCursor : PropertyBlockCursor from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private propertyBlockCursor : PropertyBlockCursor from class org.neo4j.kernel.impl.api.store.LegacyStorePropertyCursor | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute propertyBlockCursor : PropertyBlockCursor to cursor : PageCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursor | From | To | |
| Rename Attribute storeStatement : StoreStatement to stringStore : DynamicStringStore in class org.neo4j.kernel.impl.api.store.StorePropertyCursor | From | To | |
| Extract Method | 3 | ||
| Extract Method public decode(bits Bits) : Object extracted from public decode(block PropertyBlock) : Object in class org.neo4j.kernel.impl.store.ShortArray | From | To | |
| Extract Method public getRecordsCursor(startBlockId long, readBothHeaderAndData boolean, dynamicRecordCursor DynamicRecordCursor) : DynamicRecordCursor extracted from public getRecordsCursor(startBlockId long, readBothHeaderAndData boolean) : GenericCursor<DynamicRecord> in class org.neo4j.kernel.impl.store.AbstractDynamicStore | From | To | |
| Extract Method public decode(bits Bits) : String extracted from public decode(block PropertyBlock) : String in class org.neo4j.kernel.impl.store.LongerShortString | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type storeStatement : StoreStatement to stringStore : DynamicStringStore in class org.neo4j.kernel.impl.api.store.StorePropertyCursor | From | To | |
| Change Attribute Type propertyBlockCursor : PropertyBlockCursor to cursor : PageCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter firstPropertyId : long to firstPropertyRecordId : long in method public acquirePropertyCursor(firstPropertyRecordId long) : PropertyCursor in class org.neo4j.kernel.impl.api.store.StoreStatement | From | To |