|
Rename Variable storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnAProperty() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.SingleValueProperties |
From |
To |
|
Rename Variable storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnTheCursorToTheCacheOnClose() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CloseDisposeTest |
From |
To |
|
Rename Variable storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldClosePageCursorsOnDispose() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CloseDisposeTest |
From |
To |
|
Rename Variable storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnTwoProperties() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.TwoValueProperties |
From |
To |
|
Rename Variable storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReuseCorrectlyCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CursorReuse |
From |
To |
|
Rename Variable storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnAPropertyBySkippingOne() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.TwoValueProperties |
From |
To |
|
Rename Variable propertyCursor : PageCursor to cursor : PageCursor in method public shouldClosePageCursorsOnDispose() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Return Type StorePropertyPayloadCursor to PropertyPayloadCursor in method private createCursor(allPropertyKeyIds IntPredicate, dynamicStringStore DynamicStringStore, dynamicArrayStore DynamicArrayStore, params Param[]) : PropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest |
From |
To |
|
Change Return Type StorePropertyCursor to PropertyCursor in method private newPropertyCursor(propertyStore PropertyStore) : PropertyCursor in class org.neo4j.kernel.impl.api.store.PropertyCursorTest |
From |
To |
|
Change Return Type StorePropertyPayloadCursor to PropertyPayloadCursor in method private allProperties(input Params) : PropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest |
From |
To |
|
Change Return Type StoreSinglePropertyCursor to SinglePropertyCursor in method public init(propertyKeyId int, firstPropertyId long, lock Lock, state PropertyContainerState) : SinglePropertyCursor in class org.neo4j.kernel.impl.api.store.SinglePropertyCursor |
From |
To |
|
Change Return Type StorePropertyPayloadCursor to PropertyPayloadCursor in method private singleProperty(keyId int, input Params) : PropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest |
From |
To |
|
Change Return Type StorePropertyCursor to PropertyCursor in method public init(firstPropertyId long, lock Lock, state PropertyContainerState) : PropertyCursor in class org.neo4j.kernel.impl.api.store.PropertyCursor |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldClosePageCursorWhenDisposed() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public readPropertyChainWithMultipleEntries() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldReturnCorrectSingleValueOrNone() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.SingleAndMultipleValuePayload |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method private verifyPropertyValue(expectedValue byte[], recordId long) : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public skipUnusedConsecutiveRecordsInChain() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public callNextAfterReadingPropertyChain() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnAPropertyBySkippingOne() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.TwoValueProperties |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public nextShouldAlwaysReturnFalseWhenNotInitialized() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public nextShouldAlwaysReturnFalseWhenClosed() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldBeOkToClosePartiallyExhaustedCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method private verifyPropertyValue(expectedValue String, recordId long) : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public skipAllRecordsWhenWholeChainNotInUse() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cache : Consumer<StorePropertyCursor> to cache : Consumer<PropertyCursor> in method public shouldReturnTheCursorToTheCacheOnClose() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Variable Type storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldClosePageCursorsOnDispose() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Variable Type storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReuseCorrectlyCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CursorReuse |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldBePossibleToCallNextOnEmptyCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldBeOkToCloseExhaustedCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldBePossibleToCallCloseOnEmptyCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public skipUnusedRecordsInChain() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method private propertyDecorator(requiresPropertyMigration boolean, propertyStore PropertyStore) : BiConsumer<ENTITY,RECORD> in class org.neo4j.kernel.impl.storemigration.participant.StoreMigrator |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldReturnNothingForNonExistentPropertyKeyId() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.SingleAndMultipleValuePayload |
From |
To |
|
Change Variable Type storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnTheCursorToTheCacheOnClose() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public nextMultipleInvocations() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public readPropertyChainWithLongArrayDynamicRecordsNotInUse() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : StorePropertyCursor to cursor : PropertyCursor in method public readPropertyChainWithLongStringDynamicRecordsNotInUse() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnTwoProperties() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.TwoValueProperties |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldBeOkToCloseAnUnusedCursor() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldUseDynamicStringAndArrayStoresThroughDifferentCursors() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method public shouldReturnCorrectValues() : void in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest.SingleAndMultipleValuePayload |
From |
To |
|
Change Variable Type storePropertyCursor : StorePropertyCursor to propertyCursor : PropertyCursor in method public shouldReturnAProperty() : void in class org.neo4j.kernel.impl.api.store.PropertyCursorTest.SingleValueProperties |
From |
To |
|
Change Variable Type cursor : StorePropertyPayloadCursor to cursor : PropertyPayloadCursor in method private createCursor(allPropertyKeyIds IntPredicate, dynamicStringStore DynamicStringStore, dynamicArrayStore DynamicArrayStore, params Param[]) : PropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest |
From |
To |