|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package createEntity(transaction Transaction, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package nodeGetPropertyKeys(transaction Transaction, node long) : PrimitiveIntIterator in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package nodeGetRelationships(transaction Transaction, node long, direction Direction) : Iterator<Long> in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public RelationshipTypeCreatorSwitcher(delegate DelegateInvocationHandler<TokenCreator>, master DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.ha.cluster.modeswitch.RelationshipTypeCreatorSwitcher |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method protected createKey(transaction Transaction, name String) : int in class org.neo4j.kernel.impl.core.DefaultLabelIdCreator |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package nodeHasProperty(transaction Transaction, node long, property int) : boolean in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package assertNotCleared(transaction Transaction) : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT.SchemaStateCheck |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public ConstraintIndexCreator(kernelSupplier Supplier<Kernel>, indexingService IndexingService, propertyAccessor PropertyAccessor) in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type kernelProvider : Supplier<InwardKernel> to kernelProvider : Supplier<Kernel> in method private createRelationshipTypeCreator(config Config, componentSwitcherContainer ComponentSwitcherContainer, masterInvocationHandler DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelProvider Supplier<Kernel>) : TokenCreator in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Parameter Type kernelProvider : Supplier<InwardKernel> to kernelProvider : Supplier<Kernel> in method private createPropertyKeyCreator(config Config, componentSwitcherContainer ComponentSwitcherContainer, masterDelegateInvocationHandler DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelProvider Supplier<Kernel>) : TokenCreator in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package abstract createKey(transaction Transaction, name String) : int in class org.neo4j.kernel.impl.core.IsolatedTransactionTokenCreator |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package nodeHasLabel(transaction Transaction, node long, label int) : boolean in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type kernelProvider : Supplier<InwardKernel> to kernelProvider : Supplier<Kernel> in method private createLabelIdCreator(config Config, componentSwitcherContainer ComponentSwitcherContainer, masterDelegateInvocationHandler DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelProvider Supplier<Kernel>) : TokenCreator in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package nodeGetRelationships(transaction Transaction, node long, direction Direction, types int[]) : Iterator<Long> in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package createEntity(transaction Transaction, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type type : KernelTransaction.Type to type : Transaction.Type in method public beginTransaction(type Transaction.Type) : Transaction in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest.StubKernel |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method private checkState(transaction Transaction) : SchemaStateCheck in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT.SchemaStateCheck |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public DefaultRelationshipTypeCreator(kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.DefaultRelationshipTypeCreator |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method private createIndex(transaction Transaction) : IndexReference in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Parameter Type kernel : Kernel to kernel : KernelImpl in method package NeoStoreKernelModule(transactionCommitProcess TransactionCommitProcess, kernel KernelImpl, kernelTransactions KernelTransactions, fileListing NeoStoreFileListing) in class org.neo4j.kernel.NeoStoreKernelModule |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method private createLabeledNode(transaction Transaction, label String, key String, value Object) : long in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Parameter Type tx : KernelTransaction to tx : Transaction in method private getOrCreateFromState(tx Transaction, key String, value String) : String in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method package IsolatedTransactionTokenCreator(kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.IsolatedTransactionTokenCreator |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public DefaultPropertyTokenCreator(kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.DefaultPropertyTokenCreator |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public PropertyKeyCreatorSwitcher(delegate DelegateInvocationHandler<TokenCreator>, master DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.ha.cluster.modeswitch.PropertyKeyCreatorSwitcher |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public LabelTokenCreatorSwitcher(delegate DelegateInvocationHandler<TokenCreator>, master DelegateInvocationHandler<Master>, requestContextFactory RequestContextFactory, kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.ha.cluster.modeswitch.LabelTokenCreatorSwitcher |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package assertCleared(transaction Transaction) : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT.SchemaStateCheck |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method protected createKey(transaction Transaction, name String) : int in class org.neo4j.kernel.impl.core.DefaultPropertyTokenCreator |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package countRelationships(transaction Transaction) : int in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type kernel : Supplier<InwardKernel> to kernel : Supplier<Kernel> in method public ExplicitIndexStore(config Config, indexStore IndexConfigStore, kernel Supplier<Kernel>, indexProviders Function<String,IndexImplementation>) in class org.neo4j.kernel.impl.index.ExplicitIndexStore |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package nodeGetProperty(transaction Transaction, node long, property int) : Value in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package createEntity(transaction Transaction, type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method private createNode(transaction Transaction, key String, value Object) : long in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package createEntity(transaction Transaction, type String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package abstract createEntity(transaction Transaction, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method protected countNodes(transaction Transaction) : int in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package createEntity(transaction Transaction, type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package createEntity(transaction Transaction, type String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package abstract createEntity(transaction Transaction, type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package abstract createEntity(transaction Transaction, type String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method private createLabeledNode(transaction Transaction, label String) : long in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Parameter Type kernelSupplier : Supplier<InwardKernel> to kernelSupplier : Supplier<Kernel> in method public DefaultLabelIdCreator(kernelSupplier Supplier<Kernel>, idGeneratorFactory IdGeneratorFactory) in class org.neo4j.kernel.impl.core.DefaultLabelIdCreator |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method private tokenLookup(transaction Transaction) : TokenNameLookup in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method package relationshipGetProperty(transaction Transaction, relationship long, property int) : Value in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest |
From |
To |
|
Change Parameter Type transaction : KernelTransaction to transaction : Transaction in method protected createKey(transaction Transaction, name String) : int in class org.neo4j.kernel.impl.core.DefaultRelationshipTypeCreator |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldBeAbleToRemoveAConstraintIndexWithoutOwner() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldCompositeFindMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type kernel : InwardKernel to kernel : Kernel in method public getOrCreate(name String) : int in class org.neo4j.kernel.impl.core.IsolatedTransactionTokenCreator |
From |
To |
|
Change Variable Type transaction : Transaction to transaction : org.neo4j.graphdb.Transaction in method public requirePropertyFromMultipleNodeKeys() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodeKeyConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldBeAbleToStoreAndRetrieveConstraintAfterRestart() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotRemoveConstraintThatGetsReAdded() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method public shouldNotRemoveConstraintThatGetsReAdded() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldBeAbleToSetAndReadLargeByteArray() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method public changedConstraintsShouldResultInTransientFailure() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldInterleaveModifiedRelationshipsWithExistingOnes() : void in class org.neo4j.kernel.impl.api.integrationtest.RelationshipIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotDropConstraintThatDoesNotExist() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public testRelationShip() : void in class org.neo4j.kernel.builtinprocs.SchemaProcedureIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public listAllLabels() : void in class org.neo4j.kernel.impl.api.integrationtest.BuiltInProceduresIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotPersistConstraintCreatedInAbortedTransaction() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldRemoveSetNodeProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldUpdateNodePropertyValue() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldEnforcePropertyExistenceConstraintWhenCreatingEntityWithoutProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method package entityCount() : int in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldBeAbleToRemoveResetAndTwiceRemovePropertyOnNode() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAbortConstraintCreationWhenDuplicatesExist() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowRemoveAndAddConflictingDataInOneTransaction_DeleteNode() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldEnforceUniquenessConstraintOnAddLabelForStringProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method package createConstraintAndEntity(type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldBeAbleToRemoveResetAndTwiceRemovePropertyOnRelationship() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowCreationOfNonConflictingData() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotStoreConstraintThatIsRemovedInTheSameTransaction() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldPreventConflictingDataInSameTransaction() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type kernel : InwardKernel to kernel : Kernel in method private clusterOverview(db GraphDatabaseFacade) : List<MemberInfo> in class org.neo4j.causalclustering.scenarios.ClusterOverviewIT |
From |
To |
|
Change Variable Type kernelProvider : Supplier<InwardKernel> to kernelProvider : Supplier<Kernel> in method public HighlyAvailableEditionModule(platformModule PlatformModule) in class org.neo4j.kernel.ha.factory.HighlyAvailableEditionModule |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowRemoveAndAddConflictingDataInOneTransaction_ChangeProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method private createNode(properties Map<String,Object>, labels Label...) : long in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type tx : KernelTransaction to tx : Transaction in method private userMessage(cause ConstraintValidationException) : String in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method private constrainedNode(labelName String, propertyKey String, propertyValue Object) : long in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type kernelProvider : Supplier<InwardKernel> to kernelProvider : Supplier<Kernel> in method private buildKernel(logFiles LogFiles, appender TransactionAppender, indexingService IndexingService, storeLayer StoreReadLayer, databaseSchemaState DatabaseSchemaState, labelScanStore LabelScanStore, storageEngine StorageEngine, indexConfigStore IndexConfigStore, transactionIdStore TransactionIdStore, availabilityGuard AvailabilityGuard, clock SystemNanoClock, propertyAccessor PropertyAccessor) : NeoStoreKernelModule in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldCreateAnIndexToGoAlongWithAUniquePropertyConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method public listAllIndexes() : void in class org.neo4j.kernel.impl.api.integrationtest.BuiltInProceduresIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotFindNonMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowTemporaryViolationsWithinTransactions() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type kernel : InwardKernel to kernel : Kernel in method private getMembers(db GraphDatabaseFacade) : List<Map<String,Object>> in class org.neo4j.causalclustering.scenarios.ClusterDiscoveryIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowNoopPropertyUpdate() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldEnforceConstraintWhenRemoving() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public addingUniqueNodeWithUnrelatedValueShouldNotAffectLookup() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldSetNodePropertyValue() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowNoopLabelUpdate() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldEnforceUniquenessConstraintOnAddLabelForNumberPropertyOnNodeNotFromTransaction() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public addingAndRemovingLabelInSameTxShouldHaveNoEffect() : void in class org.neo4j.kernel.impl.api.integrationtest.LabelIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public testLabelIndex() : void in class org.neo4j.kernel.builtinprocs.SchemaProcedureIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldListAllLabels() : void in class org.neo4j.kernel.impl.api.integrationtest.LabelIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method package createConstraintAndEntity(type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public setUp() : SchemaStateCheck in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT.SchemaStateCheck |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldRollbackSetNodePropertyValue() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowCreationOfNonConflictingData() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public unrelatedNodesWithSamePropertyShouldNotInterfereWithUniquenessCheck() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldBeAbleToStoreAndRetrieveConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method public shouldNotLeaveAnyStateBehindAfterFailingToCreateConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type kernel : Kernel to kernel : KernelImpl in method private buildKernel(logFiles LogFiles, appender TransactionAppender, indexingService IndexingService, storeLayer StoreReadLayer, databaseSchemaState DatabaseSchemaState, labelScanStore LabelScanStore, storageEngine StorageEngine, indexConfigStore IndexConfigStore, transactionIdStore TransactionIdStore, availabilityGuard AvailabilityGuard, clock SystemNanoClock, propertyAccessor PropertyAccessor) : NeoStoreKernelModule in class org.neo4j.kernel.NeoStoreDataSource |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowRemoveAndAddConflictingDataInOneTransaction_RemoveProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldDropConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowNoopLabelUpdate() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotAllowModifyingPropertiesOnDeletedRelationship() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldReturnRelsWhenAskingForRelsWhereOnlySomeTypesExistInCurrentRel() : void in class org.neo4j.kernel.impl.api.integrationtest.RelationshipIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public roundingErrorsFromLongToDoubleShouldNotPreventTxFromCommitting() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldRemoveSetNodePropertyAcrossTransactions() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldListRelationshipsInCurrentAndSubsequentTx() : void in class org.neo4j.kernel.impl.api.integrationtest.RelationshipIT |
From |
To |
|
Change Variable Type kernelAPI : InwardKernel to kernel : Kernel in method public getNumberOfRelationships() : int in class org.neo4j.server.rest.domain.GraphDbHelper |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method package entityCount() : int in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldListConstraintIndexesInTheBeansAPI() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method private createUniquenessConstraint(labelId int, propertyIds int...) : CapableIndexReference in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotCompositeFindNonMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowRemoveAndAddConflictingDataInOneTransaction_RemoveLabel() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldRemoveSetExistingProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type kernel : InwardKernel to kernel : Kernel in method private installedProtocols(db GraphDatabaseFacade, wantedOrientation String) : List<ProtocolInfo> in class org.neo4j.causalclustering.scenarios.InstalledProtocolsProcedureIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method public shouldBeAbleToResolveConflictsAndRecreateConstraintAfterFailingToCreateItDueToConflict() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public nodeHasNotPropertyIfUnset() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type tx : Transaction to tx : org.neo4j.graphdb.Transaction in method public shouldListConstraintIndexesInTheBeansAPI() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldEnforceOnSetProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public listAllIndexes() : void in class org.neo4j.kernel.impl.api.integrationtest.BuiltInProceduresIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldAllowNoopPropertyUpdate() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type kernelAPI : InwardKernel to kernel : Kernel in method private verifyThatThereAreExactlyOneIndexEntryPerNodeInTheIndexes(i int, data Pair<long[],long[]>) : void in class schema.IndexPopulationFlipRaceIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public nodeHasPropertyIfSet() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotAllowModifyingPropertiesOnDeletedNode() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type kernelAPI : InwardKernel to kernel : Kernel in method public getNumberOfNodes() : int in class org.neo4j.server.rest.domain.GraphDbHelper |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldListAllPropertyKeys() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldSilentlyNotRemoveMissingNodeProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public askingForNonExistantReltypeOnDenseNodeShouldNotCorruptState() : void in class org.neo4j.kernel.impl.api.integrationtest.RelationshipIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldNotDropPropertyExistenceConstraintThatDoesNotExistWhenThereIsAUniquePropertyConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public listRelationshipTypes() : void in class org.neo4j.kernel.impl.api.integrationtest.BuiltInProceduresIT |
From |
To |
|
Change Variable Type transaction : Transaction to transaction : org.neo4j.graphdb.Transaction in method private createIndex(db GraphDatabaseAPI, label Label, propertyKey String) : Runnable in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public rollBackIndexRuleShouldNotBeCommitted() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldDropCreatedConstraintIndexWhenRollingBackConstraintCreation() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type transaction : KernelTransaction to transaction : Transaction in method public shouldDropConstraintIndexWhenDroppingConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |