9e8766de8ab4c1f8f3796cce5157af278a3b9462
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public allowStorePoints() : boolean renamed to public allowStorePointsAndTemporal() : boolean in class org.neo4j.kernel.impl.store.PropertyStore | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private startDatabaseWithFormat(storeDir File, formatName String) : GraphDatabaseService from class migration.PointPropertiesRecordFormatIT to package startNonUpgradableDatabaseWithFormat(storeDir File, formatName String) : GraphDatabaseService from class migration.RecordFormatMigrationIT | From | To | |
Move Method | 1 | ||
Move Method private startNonUpgradableDatabaseWithFormat(storeDir File, formatName String) : GraphDatabaseService from class migration.PointPropertiesRecordFormatIT to package startNonUpgradableDatabaseWithFormat(storeDir File, formatName String) : GraphDatabaseService from class migration.RecordFormatMigrationIT | From | To | |
Rename Attribute | 2 | ||
Rename Attribute allowStorePoints : boolean to allowStorePointsAndTemporal : boolean in class org.neo4j.kernel.impl.store.PropertyStore | From | To | |
Rename Attribute allowStorePoints : boolean to allowStorePointsAndTemporal : boolean in class org.neo4j.kernel.impl.transaction.state.PropertyCreator | From | To | |
Rename Parameter | 4 | ||
Rename Parameter allowStorePoints : boolean to allowStorePointsAndTemporal : boolean in method public PropertyCreator(stringRecordAllocator DynamicRecordAllocator, arrayRecordAllocator DynamicRecordAllocator, propertyRecordIdGenerator IdSequence, traverser PropertyTraverser, allowStorePointsAndTemporal boolean) in class org.neo4j.kernel.impl.transaction.state.PropertyCreator | From | To | |
Rename Parameter format : String to formatName : String in method package startDatabaseWithFormat(storeDir File, formatName String) : GraphDatabaseService in class migration.RecordFormatMigrationIT | From | To | |
Rename Parameter allowStorePoints : boolean to allowStorePointsAndTemporal : boolean in method package PropertyBlockValueWriter(block PropertyBlock, keyId int, stringAllocator DynamicRecordAllocator, allowStorePointsAndTemporal boolean) in class org.neo4j.kernel.impl.store.PropertyStore.PropertyBlockValueWriter | From | To | |
Rename Parameter allowStorePoints : boolean to allowStorePointsAndTemporal : boolean in method public encodeValue(block PropertyBlock, keyId int, value Value, stringAllocator DynamicRecordAllocator, arrayAllocator DynamicRecordAllocator, allowStorePointsAndTemporal boolean) : void in class org.neo4j.kernel.impl.store.PropertyStore | From | To |