5194c5bcc569b5a643d883db537a9ac532b360b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type propertyBlocks : List<PropertyBlock> to propertyBlocks : Iterable<PropertyBlock> in method private scanForDuplicates(propertyId long, propertyBlocks Iterable<PropertyBlock>) : void in class org.neo4j.kernel.impl.storemigration.legacystore.v21.propertydeduplication.PropertyDeduplicator | From | To | |
Change Variable Type | 2 | ||
Change Variable Type valueRecords : Collection<DynamicRecord> to valueRecords : List<DynamicRecord> in method public encodeValue(block PropertyBlock, keyId int, value Object, stringAllocator DynamicRecordAllocator, arrayAllocator DynamicRecordAllocator) : void in class org.neo4j.kernel.impl.store.PropertyStore | From | To | |
Change Variable Type arrayRecords : Collection<DynamicRecord> to arrayRecords : List<DynamicRecord> in method public encodeValue(block PropertyBlock, keyId int, value Object, stringAllocator DynamicRecordAllocator, arrayAllocator DynamicRecordAllocator) : void in class org.neo4j.kernel.impl.store.PropertyStore | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type blockRecords : List<PropertyBlock> to blockRecords : PropertyBlock[] in class org.neo4j.kernel.impl.store.record.PropertyRecord | From | To |