a093aeffd0191efcf195fe8b2a32221b38d5a969
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public shouldCloseStoreStatementOnlyWhenReferenceCountDownToZero() : void renamed to public shouldReleaseStoreStatementOnlyWhenReferenceCountDownToZero() : void in class org.neo4j.kernel.impl.api.StatementLifecycleTest | From | To | |
Rename Method public shouldCloseStorageStatementWhenForceClosed() : void renamed to public shouldReleaseStorageStatementWhenForceClosed() : void in class org.neo4j.kernel.impl.api.KernelStatementTest | From | To | |
Rename Method public shouldCloseStoreStatementWhenForceClosingStatements() : void renamed to public shouldReleaseStoreStatementWhenForceClosingStatements() : void in class org.neo4j.kernel.impl.api.StatementLifecycleTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type stores : NeoStores to cursors : RecordCursors in method private propertyDecorator(requiresPropertyMigration boolean, cursors RecordCursors) : BiConsumer<ENTITY,RECORD> in class org.neo4j.kernel.impl.storemigration.participant.StoreMigrator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable records : Cursor<DynamicRecord> to cursor : RecordCursor<DynamicRecord> in method private readFromStore(cursor RecordCursor<DynamicRecord>) : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type records : Cursor<DynamicRecord> to cursor : RecordCursor<DynamicRecord> in method private readFromStore(cursor RecordCursor<DynamicRecord>) : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Split Parameter | 1 | ||
Split Parameter propertyStore : PropertyStore to [stringRecordCursor : RecordCursor<DynamicRecord>, arrayRecordCursor : RecordCursor<DynamicRecord>, recordCursor : RecordCursor<PropertyRecord>] in method public StorePropertyCursor(recordCursor RecordCursor<PropertyRecord>, stringRecordCursor RecordCursor<DynamicRecord>, arrayRecordCursor RecordCursor<DynamicRecord>, instanceCache Consumer<StorePropertyCursor>) in class org.neo4j.kernel.impl.api.store.StorePropertyCursor | From | To | |
Extract Method | 1 | ||
Extract Method private doRelease() : void extracted from public close() : void in class org.neo4j.kernel.impl.api.store.StoreStatement | From | To | |
Rename Parameter | 1 | ||
Rename Parameter stores : NeoStores to cursors : RecordCursors in method private propertyDecorator(requiresPropertyMigration boolean, cursors RecordCursors) : BiConsumer<ENTITY,RECORD> in class org.neo4j.kernel.impl.storemigration.participant.StoreMigrator | From | To |